Skip to main content

TcxSchedulerEventList.Remove(TcxSchedulerEvent) Method

Removes the TcxSchedulerEvent object specified by the AEvent parameter from the TcxSchedulerEventList collection.

Declaration

function Remove(AEvent: TcxSchedulerEvent): Integer;

Parameters

Name Type
AEvent TcxSchedulerEvent

Returns

Type
Integer

Remarks

Use the Remove method to remove the AEvent object from the TcxSchedulerEventList collection. This method returns the index of the AEvent object in the collection before it is removed.

See Also