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
Design editor - available datasets
-
- Newbie
- Posts: 2
- Joined: Fri Nov 17, 2006 12:00 am
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);
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);
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Newbie
- Posts: 2
- Joined: Fri Nov 17, 2006 12:00 am