TcxSchedulerDBStorageFields.Items Property
In This Article
Provides indexed access to the TcxSchedulerDBStorageField objects in storage.
#Declaration
Delphi
property Items[Index: Integer]: TcxSchedulerDBStorageField read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Used to specify the TcxSchedulerDBStorageField objects in storage.
The zero-based Index parameter specifies the field index.
See Also