Back to Devexpress

TcxDBItemDataBinding Class

vcl-cxdbtl-a3ba6e94.md

latest1.5 KB
Original Source

TcxDBItemDataBinding Class

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

Declaration

delphi
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

IInterface

Inheritance

TObject TPersistent TcxOwnedPersistent TcxCustomItemDataBinding TcxDBItemDataBinding

See Also

TcxDBItemDataBinding Members

cxDBTL Unit