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