Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomDataBinding Class

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

#Declaration

Delphi
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