TcxSchedulerHolidays.StoreToRegistry(string,string) Method
Saves holidays from the TcxSchedulerHolidays component to the registry.
Declaration
procedure StoreToRegistry(const AStorageName: string; const ASaveName: string = '');
Parameters
Name | Type |
---|---|
AStorageName | string |
ASaveName | string |
Remarks
AStorageName specifies the registry key.
ASaveName specifies the registry subkey that identifies the component. If ASaveName is not specified, holidays are stored under the component’s name.
To restore holidays from the registry, use the RestoreFromRegistry method.
See Also