TdxCustomGanttControl.RestoreFromStream(TStream,Boolean,Boolean,string) Method
In This Article
#Declaration
Delphi
#Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | A stream that stores settings. |
AChildren |
Boolean | Set this parameter to False to avoid creation of the control’s elements that are absent in the control, but information about their settings is stored in the stream. |
AChildren |
Boolean | Set this parameter to False to avoid deletion of existing elements whose information is absent in the stream. |
ARestore |
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 apply appearance and behavior settings stored in a stream to the control.
You can restore the following settings for each View:
Chart View | Resource Sheet View | Timeline View |
---|---|---|
|
|
|
You can call the StoreToStream procedure to save the control’s settings to a stream.
See Also