Back to Devexpress

TdxOrgChart.LoadFromStream(TStream) Method

vcl-dxorgchr-dot-tdxorgchart-dot-loadfromstream-x28-system-dot-classes-dot-tstream-x29.md

latest829 B
Original Source

TdxOrgChart.LoadFromStream(TStream) Method

Loads a chart from the specified stream.

Declaration

delphi
procedure LoadFromStream(AStream: TStream);

Parameters

NameType
AStreamTStream

Remarks

Call this procedure to replace the control’s current content with the structure loaded from a stream passed as the AStream parameter.

To save the control’s content, call the SaveToStream procedure.

See Also

TdxOrgChart.LoadFromFile

TdxOrgChart Class

TdxOrgChart Members

dxorgchr Unit