Hi.
I would like to write an OnChange procedure to monitor the changes of the cursors on 40 different charts. The TCursorTools are stored in an array.
Is it possible for an OnChange procedure to work with an array?
So basically when the user moves the Cursor on any one of the charts, the OnChange procedure must be called and get the X and Y values.
These will then be used for drawing gradient lines.
Thanks in advance.