Skip to main content
A newer version of this page is available. .

TcxSchedulerEventList.Items Property

Provides indexed access to the TcxSchedulerEvent objects in the TcxSchedulerEventList collection.

Declaration

property Items[Index: Integer]: TcxSchedulerEvent read; default;

Property Value

Type
TcxSchedulerEvent

Remarks

Use the Items property to get the TcxSchedulerEvent object at the position specified by the zero-based Index parameter.

See Also