TcxSchedulerHolidays.SaveToStream(TStream) Method
Writes holidays from the TcxSchedulerHolidays component to the specified stream.
Declaration
procedure SaveToStream(var AStream: TStream); virtual;
Parameters
| Name | Type |
|---|---|
| AStream | TStream |
Remarks
AStream specifies the target stream (the supported format is similar to the format specified for Microsoft Outlook.HOL).
See Also