Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerDateList Members

In This Article
The TcxSchedulerDateList implements a collection containing dates.

#Properties
Show Inherited Hide Inherited

Name Description
Capacity Inherited from TList.
Changed
Count Inherited from TList.
Items Provides indexed access to dates in the TcxSchedulerDateList collection.
List Inherited from TList.

#Methods
Show Inherited Hide Inherited

Name Description
Add(Pointer) Inherited from TList.
Add(TDateTime) Adds the ADate date to the TcxSchedulerDateList collection.
AddEx(TDateTime)
Assign(TList,TListAssignOp,TList) Inherited from TList.
Clear Inherited from TList.
Delete(Integer) Inherited from TList.
Equals(TObject) Inherited from TObject.
Error(PResStringRec,NativeInt) Inherited from TList.
Error(String,NativeInt) Inherited from TList.
Exchange(Integer,Integer) Inherited from TList.
ExistDate(TDateTime) Checks whether the ADate date is in the TcxSchedulerDateList collection.
Expand Inherited from TList.
Extract(Pointer) Inherited from TList.
ExtractItem(Pointer,TDirection) Inherited from TList.
First Inherited from TList.
GetHashCode Inherited from TObject.
IndexOf(Pointer) Inherited from TList.
IndexOf(TDateTime) Returns the zero-based index of the ADate date in the TcxSchedulerDateList collection.
IndexOfItem(Pointer,TDirection) Inherited from TList.
Insert(Integer,Pointer) Inherited from TList.
Last Inherited from TList.
Move(Integer,Integer) Inherited from TList.
Pack Inherited from TList.
Remove(Pointer) Inherited from TList.
RemoveItem(Pointer,TDirection) Inherited from TList.
ShiftPeriod(TDateTime) Changes dates (contained in the collection) by the ADelta time offset.
Sort(TListSortCompare) Inherited from TList.
SortList(TListSortCompareFunc) Inherited from TList.
ToString Inherited from TObject.
See Also