Back to Devexpress

TcxCustomSchedulerStorage.GenerateHolidayEvents(Variant) Method

vcl-cxschedulerstorage-dot-tcxcustomschedulerstorage-dot-generateholidayevents-x28-system-dot-variant-x29.md

latest1.0 KB
Original Source

TcxCustomSchedulerStorage.GenerateHolidayEvents(Variant) Method

Creates new user events that represent holidays, and adds them to the storage.

Declaration

delphi
procedure GenerateHolidayEvents(const AResourceID: Variant); virtual;

Parameters

NameType
AResourceIDVariant

Remarks

The GenerateHolidayEvents method only creates user events for holidays that are available to the scheduler (the TcxSchedulerHolidaysLocationHoliday.Visible property is True ).

AResourceID specifies the resource to which these user events will be assigned.

See Also

TcxCustomSchedulerStorage Class

TcxCustomSchedulerStorage Members

cxSchedulerStorage Unit