Back to Devexpress

TdxCustomFlowChart.SaveToStream(TStream) Method

vcl-dxflchrt-dot-tdxcustomflowchart-dot-savetostream-x28-system-dot-classes-dot-tstream-x29.md

latest1017 B
Original Source

TdxCustomFlowChart.SaveToStream(TStream) Method

Saves the currently displayed chart to the specified stream.

Declaration

delphi
procedure SaveToStream(Stream: TStream); virtual;

Parameters

NameType
StreamTStream

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

TdxCustomFlowChart.LoadFromFile

TdxCustomFlowChart.SaveToFile

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit