TcxSchedulerHolidays.AddLocation(string) Method
Adds a holiday location to the TcxSchedulerHolidays component returns a reference to this location.
Declaration
function AddLocation(const AName: string): TcxSchedulerHolidaysLocation; overload; virtual;
Parameters
| Name | Type |
|---|---|
| AName | string |
Returns
| Type |
|---|
| TcxSchedulerHolidaysLocation |
Remarks
AName specifies the name of the location, which is to be added to the component.
See Also