Page 1 of 1

Cursor problem

Posted: Thu Aug 17, 2006 1:12 pm
by 9340866
Hi,
does anybody know how to change RUNTIME cursor on the T Chart?
I`ve tried Chart->Cursor = ...it doesnt work.The cursor set on the component covers switched cursor.

Regards
Marcin

Posted: Thu Aug 17, 2006 2:06 pm
by Marjan
Hi.

How about

Code: Select all

tChart1.OriginalCursor := crHourGlass;

Posted: Thu Aug 17, 2006 2:24 pm
by 9340866
Works fine, thanks a lot:)