Page 1 of 1

Design editor - available datasets

Posted: Sat Nov 18, 2006 2:05 pm
by 9348113
I’ve a question about the chart design editor.

Tab Sheet: Series / Data Source
Where in the source code, does the editor find the available datasets?

Regards
Christian Sanggaard

Posted: Tue Nov 21, 2006 4:22 pm
by Pep
Hi Christian,
it's done in the TeeDBEdit unit :
procedure TBaseDBChartEditor.FillSources;
and then these are added to the combo in the TeeSourceEdit unit :
Procedure TBaseSourceEditor.AddComponentDataSource( Const AComponent:TComponent;AItems:TStrings;AddCurrent:Boolean);

Posted: Wed Nov 22, 2006 5:58 pm
by 9348113
Thank you

Regards
Christian