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

TcxSchedulerReminders.Items Property

Provides indexed access to the TcxSchedulerReminder objects in the TcxSchedulerReminders collection.

Declaration

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

Property Value

Type
TcxSchedulerReminder

Remarks

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

See Also