Problem with OnClickPointer event
Posted: Fri Nov 17, 2006 7:17 pm
Hi,
I am creating a TLineSeries with visible points. I need for the user to be able to click on any one of the points in the series and display detailed information about what the point represents. I thought I could simply add code to the OnClickPointer event - WRONG!
Whenever I add code to the OnClickPointer event for this series, Delphi raises the following exception when I run the program:
"Project Project1.exe raised exception class EReadError with message 'Property OnClickPointer does not exist'. Process stopped. Use Step or Run to continue."
Any idea why this is happening? I examined the code and everything *looks* ok.
I am using Delphi 6 Enterprise with TeeChart Pro 7.07.
Thanks in advance.
Rich
I am creating a TLineSeries with visible points. I need for the user to be able to click on any one of the points in the series and display detailed information about what the point represents. I thought I could simply add code to the OnClickPointer event - WRONG!
Whenever I add code to the OnClickPointer event for this series, Delphi raises the following exception when I run the program:
"Project Project1.exe raised exception class EReadError with message 'Property OnClickPointer does not exist'. Process stopped. Use Step or Run to continue."
Any idea why this is happening? I examined the code and everything *looks* ok.
I am using Delphi 6 Enterprise with TeeChart Pro 7.07.
Thanks in advance.
Rich