Registriert seit: 31. Jul 2004
1.110 Beiträge
Delphi 2010 Professional
|
Re: Eigenschaften auf "Vorhandensein" prüfen?
15. Jan 2009, 21:04
Also so gehts leider ned ...
Delphi-Quellcode:
if IsPublishedProp(Serie, 'DrawAllPoints') then
DrawAll1.Checked := TComponent(Serie).DrawAllPoints;
Auch so ned
Delphi-Quellcode:
if IsPublishedProp(Serie, 'DrawAllPoints') then
DrawAll1.Checked := TChartSeries(Serie).DrawAllPoints;
Dominik Schmidt Greetz Dominik
I love Delphi 2007/2010
|