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