MQL4 Reference
Object functions
ObjectGet
| double ObjectGet( |
string name, int index) |
The function returns the value of the specified object property.
To check errors, one has to call the GetLastError() function.
See also ObjectSet() function.
Parameters:
Sample:
color oldColor=ObjectGet("hline12", OBJPROP_COLOR);
|
|
|