TdxChartPalette.SaveToStream(TStream) Method
Saves all stored palette items to a stream in an internal XML-like format.
Declaration
procedure SaveToStream(const AStream: TStream);
Parameters
| Name | Type | Description |
|---|---|---|
| AStream | TStream | The target stream. You can call the LoadFromStream procedure later to populate a user palette from the same stream object. |
Remarks
Call the SaveToStream procedure to save the chart palette to a stream.
See Also