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