Back to Devexpress

TcxDBColorComboBox.DataBinding Property

vcl-cxdbcolorcombobox-dot-tcxdbcolorcombobox.md

latest913 B
Original Source

TcxDBColorComboBox.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 establish a connection to a data source. The DataBinding.DataSource property identifies a dataset to which to connect. The DataBinding.DataField property specifies the data source field whose value is to be edited by the color combo box.

See Also

TcxDBColorComboBox Class

TcxDBColorComboBox Members

cxDBColorComboBox Unit