TdxChartPalette.SaveToStream(TStream) Method
In This Article
Saves all stored palette items to a stream in an internal XML-like format.
#Declaration
Delphi
procedure SaveToStream(const AStream: TStream);
#Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | The target stream. You can call the Load |
#Remarks
Call the SaveToStream
procedure to save the chart palette to a stream.
See Also