TChartList Class

Header: Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only
TComponentListTChartList

class TChartList : public TComponentList;

Holds a list of TChart objects.

The component declares a new default array property returning TChart type. Use this list to store and load settings (properties) of TChart object from and to TStream. Chart objects must be assigned before loading and before saving with matching order. The component does not own the list items.

Constructors

NameDescription
TChartList

Destructors

NameDescription
~TChartList

Methods

NameDescription
GetItems
Item
LoadFromStreamLoad the list from Src stream.
PropagateCopy settings of selected chart to all others.
SaveToStreamSave the list to Dst stream.
SetItems

Operators

NameDescription
operator[]