TcxCustomScheduler.RestoreFromRegistry(string,Boolean) Method
Restores the scheduler control’s layout from the system registry.
Declaration
procedure RestoreFromRegistry(const AStorageName: string; ARestoreResources: Boolean = True);
Parameters
Name | Type |
---|---|
AStorageName | string |
ARestoreResources | Boolean |
Remarks
In the current session of the scheduler control the RestoreFromRegistry method restores the layout scheme, previously saved by the StoreToRegistry method.
The AStorageName parameter specifies the registry key under which the value entries, describing the layout scheme, are stored.
The ARestoreResources parameter specifies whether or not to restore the resources’ layout. Set the ARestoreResources parameter to True to restore the resources’ layout.
See Also