Skip to main content

TcxSchedulerEventList.Sort(TcxCompareEventsProc) Method

Sorts the TcxSchedulerEvent objects in the TcxSchedulerEventList collection in accordance with the ACompare comparator.

Declaration

procedure Sort(ACompare: TcxCompareEventsProc); virtual;

Parameters

Name Type
ACompare TcxCompareEventsProc

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