Skip to main content

TcxDBItemDataBinding Class

Represents an object associating a data-aware item with a dataset field.

Declaration

TcxDBItemDataBinding = class(
    TcxCustomItemDataBinding,
    IInterface
)

Remarks

The TcxDBItemDataBinding object provides the connection of a data-aware item (column) to a cxDBTreeList data source.

When the TcxDBTreeList control is bound to a data source, each TreeList item (column) is connected to a particular data source field. This field is specified via the DataBinding.FieldName property. The DataBinding.Field property provides access to the corresponding TField object.

A column’s DataBinding property references a TcxDBItemDataBinding object.

Implements

See Also