Posted: Tue May 04, 2010 12:25 pm
Did some other test.
And my class is created.
The other funny thing is in the same project and same form i can add a TRVChartItemInfo from a button, but i cant load it from an other button on the same form. That is really wierd.
Code: Select all
Result := TRVChartItemInfo.Create(RVData);
Result.StyleNo := StyleNo;
The other funny thing is in the same project and same form i can add a TRVChartItemInfo from a button, but i cant load it from an other button on the same form. That is really wierd.