TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool ObjectGetString ( long  chart_id,
string  object_name,
int  prop_id,
int  prop_modifier,
out string  string_var 
)

Returns the value of the corresponding object property. The object property must be of the string type

Parameters
chart_idChart identifier
nameObject name
prop_idID of the object property. The value can be one of the following values:
OBJPROP_NAMEObject namestring
OBJPROP_TEXTDescription of the object (the text contained in the object)string
OBJPROP_TOOLTIPThe text of a tooltip. If the property is not set, then the tooltip generated automatically by the terminal is shown.
A tooltip can be disabled by setting the "\n" (line feed) value to it
string
OBJPROP_LEVELTEXTLevel descriptionstring modifier=level number
OBJPROP_FONTFontstring
OBJPROP_BMPFILEThe name of BMP-file for Bitmap Label. See also Resourcesstring    modifier: 0-state ON, 1-state OFF
OBJPROP_SYMBOLSymbol for the Chart objectstring
prop_modifierModifier of the specified property. Most properties do not require a modifier. It denotes the number
of the level in Fibonacci tools and in the graphical object Andrew's pitchfork. The numeration of levels starts from zero.
string_varVariable of the string type that receives the value of the requested properties
Returns
True, if this property is maintained and the value has been placed into the string_var variable, otherwise returns false.
To read more about the error call GetLastError().