Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomGanttControl.StoreToStream(TStream,string) Method

Saves the control‘s layout to a stream.

#Declaration

Delphi
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