TcxSchedulerEventList.Add(TcxSchedulerEvent) Method
Adds the AEvent instance to the TcxSchedulerEventList collection.
Declaration
function Add(AEvent: TcxSchedulerEvent): Integer; virtual;
Parameters
| Name | Type |
|---|---|
| AEvent | TcxSchedulerEvent |
Returns
| Type |
|---|
| Integer |
Remarks
The Add method returns the zero-based index of the TcxSchedulerEvent instance’s position in the TcxSchedulerEventList collection.
See Also