Back to Devexpress

TdxCustomFlowChart.LoadFromStream(TStream) Method

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

latest879 B
Original Source

TdxCustomFlowChart.LoadFromStream(TStream) Method

Loads a chart from the specified stream.

Declaration

delphi
procedure LoadFromStream(Stream: TStream); virtual;

Parameters

NameType
StreamTStream

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.

See Also

TdxCustomFlowChart.LoadFromFile

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit