TcxSchedulerReminders.Items Property
In This Article
Provides indexed access to the TcxSchedulerReminder objects in the TcxSchedulerReminders collection.
#Declaration
Delphi
property Items[Index: Integer]: TcxSchedulerReminder read; default;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the Items property to get the TcxSchedulerReminder instance at the position specified by the zero-based Index parameter.
See Also