Skip to main content

TdxCustomGanttControl.StoreToStream(TStream,string) Method

Saves the control‘s layout to a stream.

Declaration

procedure StoreToStream(AStream: TStream; const ASaveName: string = '');

Parameters

Name Type Description
AStream TStream

A stream to store settings.

ASaveName string

The control’s name in the stream. The procedure uses the control’s name if you pass an empty string as the parameter value.

Remarks

Call this procedure to save appearance and behavior settings of the control‘s Views to a stream. You can restore this information to recover changes previously applied to the control.

A StoreToStream procedure call saves the following settings of each View:

Chart View

Resource Sheet View

Timeline View

See Also