TcxSchedulerHolidaysLocation Methods
The TcxSchedulerHolidaysLocation represents a holiday location (generally, a country).| Name | Description |
|---|---|
| AddHoliday(string,TDateTime) | Adds a holiday with the specified name and date to the collection of holidays that belong to the current location. |
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Clear | Deletes all holidays that belong to this location. |
| Delete(Integer) | Removes the holiday specified by its index. |
| Equals(TObject) | Inherited from TObject. |
| Find(string,TDateTime) | Searches for a holiday with the specified name and date. |
| GetDisplayName | Inherited from TCollectionItem. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| PopulateHolidayDates(TcxSchedulerDateList,TDate,TDate,Boolean) | Populates a list with holiday dates corresponding to a certain holiday name. |
| Release | Inherited from TCollectionItem. |
| SetDisplayName(String) | Inherited from TCollectionItem. |
| Sort(TcxDataSortOrder,Boolean) | Sorts holidays by either name or date. |
| ToString | Inherited from TObject. |
See Also