TcxSchedulerHolidays.SaveToFile(string) Method
Writes holidays from the TcxSchedulerHolidays component to the specified file.
Declaration
procedure SaveToFile(const AFileName: string); virtual;
Parameters
| Name | Type |
|---|---|
| AFileName | string |
Remarks
AFileName specifies the target file (the supported format is similar to the format specified for Microsoft Outlook.HOL).
See Also