TcxSchedulerHolidaysLocations.GetLocationByName(string) Method
Returns a TcxSchedulerHolidaysLocation object that represents a location with a specified name.
Declaration
function GetLocationByName(const AName: string): TcxSchedulerHolidaysLocation;
Parameters
Name | Type |
---|---|
AName | string |
Returns
Type |
---|
TcxSchedulerHolidaysLocation |
Remarks
AName specifies the location name to search for. If the specified location is not found, the method returns nil.
See Also