TcxDBDataBinding Class
Used to bind a data-aware control to a dataset field.
Declaration
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.
Inheritance
TObject
TPersistent
TcxCustomDataBinding
TcxCustomDBDataBinding
TcxDBDataBinding
See Also