TcxSchedulerHolidaysLocation.PopulateHolidayDates(TcxSchedulerDateList,TDate,TDate,Boolean) Method
Populates a list with holiday dates corresponding to a certain holiday name.
Declaration
procedure PopulateHolidayDates(AList: TcxSchedulerDateList; const AStart: TDate; const AFinish: TDate; AOnlyVisible: Boolean = True);
Parameters
Name | Type |
---|---|
AList | TcxSchedulerDateList |
AStart | TDate |
AFinish | TDate |
AOnlyVisible | Boolean |
Remarks
AName specifies the holiday name whose corresponding dates are to be written to AList.
See Also