TdxOrgChart.LoadFromStream(TStream) Method
Loads a chart from the specified stream.
Declaration
procedure LoadFromStream(AStream: TStream);
Parameters
Name | Type |
---|---|
AStream | TStream |
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