Back to Devexpress

TcxCustomSchedulerStorage.Fields Property

vcl-cxschedulerstorage-dot-tcxcustomschedulerstorage-ff970634.md

latest861 B
Original Source

TcxCustomSchedulerStorage.Fields Property

Provides indexed access to storage fields.

Declaration

delphi
property Fields[Index: Integer]: TcxCustomSchedulerStorageField read;

Property Value

Type
TcxCustomSchedulerStorageField

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

TcxCustomSchedulerStorage.FieldCount

TcxCustomSchedulerStorage Class

TcxCustomSchedulerStorage Members

cxSchedulerStorage Unit