TcxSchedulerEventList.Delete(Integer) Method
Removes the TcxSchedulerEvent object specified by the AIndex parameter from the TcxSchedulerEventList collection.
Declaration
procedure Delete(AIndex: Integer);
Parameters
| Name | Type |
|---|---|
| AIndex | Integer |
Remarks
The zero-based AIndex parameter specifies the position of the TcxSchedulerEvent object in the TcxSchedulerEventList collection that it will be removed from.
See Also