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

TcxDBDataBinding Class

Used to bind a data-aware control to a dataset field.

#Declaration

Delphi
TcxDBDataBinding = class(
    TcxCustomDBDataBinding
)

#Remarks

The TcxDBDataBinding object can be accessed via the DataBinding property of the TcxDBListBox control. Properties of the object are used to bind the data-aware list box to a dataset field. To do this, you must set the DataSource and DataField properties to appropriate values.

The TcxDBDataBinding object is derived from the TcxCustomDBDataBinding class. It doesn’t introduce any new functionality but simply publishes the DataSource and DataField properties.

See Also