|
CustomSymbolSetInteger
Sets the integer type property value for a custom symbol.
bool CustomSymbolSetInteger(
|
Parameters
symbol_name
[in] Custom symbol name.
property_id
[in] Symbol property ID. The value can be one of the values of the ENUM_SYMBOL_INFO_INTEGER enumeration.
property_value
[in] A long type variable containing the property value.
Return Value
true – success, otherwise – false. To get information about the error, call the GetLastError() function.
Note
The minute and tick history of the custom symbol is completely removed if any of these properties is changed in the symbol specification:
After deleting the custom symbol history, the terminal attempts to create a new history using the updated properties. The same happens when the custom symbol properties are changed manually.
See also