Skip to main content

TdxCustomOrgChart.SaveToStream(TStream) Method

Saves a chart to the specified stream.

Declaration

procedure SaveToStream(AStream: TStream);

Parameters

Name Type
AStream TStream

Remarks

Call this procedure to save the control’s current content to the stream passed as the AStream parameter.

To replace the unbound control‘s content with the structure loaded from a stream, call the LoadFromStream procedure.

See Also