class TChartStreamList : public TStringStreamList;
Enables streaming of a list of TChart objects.
Destructors
| Name | Description |
|---|---|
| ~TChartStreamList |
Properties
| Name | Type | Description |
|---|---|---|
| Streams | TMemoryStreamList* | Use the streams property to access memory streams owned by the TStringStreamList. |
Methods
| Name | Description |
|---|---|
| Add (2) | Initialize a new TMemoryStream named S and return the position in the list as the result. |
| AppendFromList | Append new items from another list. |
| AppendFromStream | Append new items from stream. |
| Assign | |
| Clear | |
| Delete | |
| GetObjectToByteArray | |
| LoadChart | |
| LoadFromStream | |
| SaveChart | |
| SaveToStream | |
| SetObjectFromByteArray |