OnChange procedure for an array of TCursorTool

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
thr4sh3r
Newbie
Newbie
Posts: 9
Joined: Tue May 09, 2006 12:00 am

OnChange procedure for an array of TCursorTool

Post by thr4sh3r » Tue Jul 04, 2006 1:17 pm

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.

thr4sh3r
Newbie
Newbie
Posts: 9
Joined: Tue May 09, 2006 12:00 am

Solved

Post by thr4sh3r » Thu Jul 06, 2006 8:13 am

Forget my previous post, i managed to do it myself. :)

Post Reply