I tried to open and compile a project, that was created with Delphi 2009, containing some TCharts.
The Compiler produces error Messages for lines like:
Code: Select all
Chart1.Left := 0;
Chart1.Top := 0;
The error code is E2362: Cannot access protected symbol TControl.Left
The structure window shows the message: 'TChart' doesn't contain an element with name 'left'
But in object inspector the Chart has all properties.
It seems there is something wrong with the TeeChart Pro Installation?
Best regards.
Flair58