TcxSchedulerHolidays.StoreToIniFile(string,string) Method
Saves holidays from the TcxSchedulerHolidays component to an INI file.
Declaration
procedure StoreToIniFile(const AStorageName: string; const ASaveName: string = '');
Parameters
Name | Type |
---|---|
AStorageName | string |
ASaveName | string |
Remarks
AStorageName specifies the INI file.
ASaveName specifies the component within the storage. If ASaveName is not specified, holidays are stored under the component’s name.
To restore holidays from the INI file, use the RestoreFromIniFile method.
See Also