Skip to main content

TcxDBFontNameComboBox.DataBinding Property

Specifies a data source connection.

Declaration

property DataBinding: TcxDBTextEditDataBinding read; write;

Property Value

Type
TcxDBTextEditDataBinding

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 font name combo box.

See Also