TcxCustomSchedulerStorage.Fields Property
In This Article
Provides indexed access to storage fields.
#Declaration
Delphi
property Fields[Index: Integer]: TcxCustomSchedulerStorageField read;
#Property Value
Type |
---|
Tcx |
#Remarks
The collection contains references to both built-in and custom fields.
Use the Fields property to obtain the field at the position specified by the zero-based Index parameter.
See Also