Back to Devexpress

TcxDBCheckComboBox.DataBinding Property

vcl-cxdbcheckcombobox-dot-tcxdbcheckcombobox.md

latest849 B
Original Source

TcxDBCheckComboBox.DataBinding Property

Specifies a data source connection.

Declaration

delphi
property DataBinding: TcxDBEditDataBinding read; write;

Property Value

Type
TcxDBEditDataBinding

Remarks

Use the DataBinding property to access a TcxDBEditDataBinding instance used to connect to a data source. The DataBinding.DataSource property identifies the dataset and DataBinding.DataField it’s data source field bound by the check combo box control.

See Also

TcxDBCheckComboBox Class

TcxDBCheckComboBox Members

cxDBCheckComboBox Unit