TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
bool ObjectSetString ( long  chart_id,
string  object_name,
int  prop_id,
string  string_var 
)

Sets 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
string_varNew value of property
Returns
True only if the command to change properties of a graphical object has been sent to a chart successfully. Otherwise it returns false.