Undeclared Identifier

Problem When I try to change the mouse action of an RChart programmatically, I get an undeclared identifier error message for maPan (MyChart.mouseAction:=maPan;) and even for TMouseActMode. What am I doing wrong?
Applies To SDL Suite (ChartPack) Release 7.2, or higher
Solution The declaration of TMouseActMode is contained in unit SDL_sdlbase. Thus you have to add SDL_sdlbase to the uses statement of your program.

 


Last Update: 2011-04-19