E2010 Incompatible types: 'TCustomTeePanel' and 'TChart'
Posted: Fri Feb 24, 2012 5:49 pm
Delphi Xe2, VCL v2011, Windows 7 (64bit)
while converting one of my applications from Delphi 2010, I get the following...
[DCC Error] SSFormUnit2.pas(4067): E2010 Incompatible types: 'TCustomTeePanel' and 'TChart'
on the line TeeSaveToJPegFile(Chart1, PicFilePath+'Chart1.jpg', Chart1.Width, Chart1.Height);
there seems to be an issue with this Method? as though TChart is not recognizes as TCustomTeePanel anymore?
while converting one of my applications from Delphi 2010, I get the following...
[DCC Error] SSFormUnit2.pas(4067): E2010 Incompatible types: 'TCustomTeePanel' and 'TChart'
on the line TeeSaveToJPegFile(Chart1, PicFilePath+'Chart1.jpg', Chart1.Width, Chart1.Height);
there seems to be an issue with this Method? as though TChart is not recognizes as TCustomTeePanel anymore?