Page 1 of 1

OnChange procedure for an array of TCursorTool

Posted: Tue Jul 04, 2006 1:17 pm
by 9346270
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.

Solved

Posted: Thu Jul 06, 2006 8:13 am
by 9346270
Forget my previous post, i managed to do it myself. :)