TcxSchedulerEventList.Sort(TcxCompareEventsProc) Method
In This Article
Sorts the TcxSchedulerEvent objects in the TcxSchedulerEventList collection in accordance with the ACompare comparator.
#Declaration
Delphi
procedure Sort(ACompare: TcxCompareEventsProc); virtual;
#Parameters
Name | Type |
---|---|
ACompare | Tcx |
#Remarks
Use the Sort method to sort the TcxSchedulerEvent objects in the TcxSchedulerEventList collection. Sorting in the collection is executed in compliance with the ACompare ordering algorithm.
See Also