Back to Devexpress

TdxCustomGanttControl.StoreToStream(TStream,string) Method

vcl-dxganttcontrol-dot-tdxcustomganttcontrol-dot-storetostream-x28-system-dot-classes-dot-tstream-system-dot-string-x29.md

latest3.2 KB
Original Source

TdxCustomGanttControl.StoreToStream(TStream,string) Method

Saves the control‘s layout to a stream.

Declaration

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

Parameters

NameTypeDescription
AStreamTStream

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

StoreToIniFile

StoreToRegistry

TdxCustomGanttControl Class

TdxCustomGanttControl Members

dxGanttControl Unit