Skip to main content

TcxCustomDataBinding Class

Serves as the base for objects that bind controls to data.

Declaration

TcxCustomDataBinding = class(
    TPersistent
)

Remarks

Data-aware controls can be bound to data by means of objects which provide a conduit between the source and the control. The TcxCustomDataBinding class implements the basic functionality of such classes. It declares methods that are overridden by its descendants in order to link data from data sources to controls.

The TcxCustomDataBinding class serves as the base for the TcxCustomDBDataBinding object. The latter implements the binding of a control to a dataset field.

Inheritance

TObject
TPersistent
TcxCustomDataBinding
See Also