TdxCustomFlowChart.SaveToStream(TStream) Method
Saves the currently displayed chart to the specified stream.
Declaration
procedure SaveToStream(Stream: TStream); virtual;
Parameters
| Name | Type |
|---|---|
| Stream | TStream |
Remarks
Call this procedure to save the control’s current content to the stream passed as the AStream parameter.
To replace the control’s content with the chart symbols loaded from a stream, call the LoadFromStream procedure.
See Also