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