Design editor - available datasets

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
christian@jornemil.dk
Newbie
Newbie
Posts: 2
Joined: Fri Nov 17, 2006 12:00 am

Design editor - available datasets

Post by christian@jornemil.dk » Sat Nov 18, 2006 2:05 pm

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Nov 21, 2006 4:22 pm

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);

christian@jornemil.dk
Newbie
Newbie
Posts: 2
Joined: Fri Nov 17, 2006 12:00 am

Post by christian@jornemil.dk » Wed Nov 22, 2006 5:58 pm

Thank you

Regards
Christian

Post Reply