Skip to main content

TcxSchedulerEventList.IndexOf(TcxSchedulerEvent) Method

Returns the zero-based index of the first occurrence of the AEvent instance in the TcxSchedulerEventList collection.

Declaration

function IndexOf(AEvent: TcxSchedulerEvent): Integer;

Parameters

Name Type
AEvent TcxSchedulerEvent

Returns

Type
Integer

Remarks

This method returns -1 if there is no AEvent instance in the TcxSchedulerEventList collection.

See Also