Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerEventList.Add(TcxSchedulerEvent) Method

Adds the AEvent instance to the TcxSchedulerEventList collection.

#Declaration

Delphi
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