Skip to main content

TcxSchedulerDBStorageField Class

The TcxSchedulerDBStorageField implements the persistent field for the TcxSchedulerDBStorage persistence manager component.

Declaration

TcxSchedulerDBStorageField = class(
    TcxCustomSchedulerStorageField
)

Remarks

A developer can create additional fields for storing user-defined attributes. Use the TcxSchedulerDBStorage.CustomFields property to create and manage instances of the TcxSchedulerDBStorageField class as custom fields.

The TcxSchedulerDBStorageField object is referenced by the TcxSchedulerDBStorageFields.Items property.

See Also