TdxCustomGanttControl.StoreToStream(TStream,string) Method
In This Article
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | A stream to store settings. |
ASave |
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:
|
|
|
See Also