Skip to main content

TcxSchedulerHolidays.LoadFromStream(TStream) Method

Reads holidays from the specified stream into the TcxSchedulerHolidays component.

Declaration

procedure LoadFromStream(AStream: TStream); virtual;

Parameters

Name Type
AStream TStream

Remarks

By default, imported holidays are not available to the scheduler. To change this, set the TcxSchedulerHolidaysLocation.Visible and TcxSchedulerHolidaysLocationHoliday.Visible properties to True.

AStream specifies the source stream (the supported format is similar to the format specified for Microsoft Outlook.HOL).

See Also