Skip to main content

TcxDBMemo.DataBinding Property

Specifies the dataset connection.

Declaration

property DataBinding: TcxDBTextEditDataBinding read; write;

Property Value

Type
TcxDBTextEditDataBinding

Remarks

Use the DataBinding property to access a TcxDBTextEditDataBinding instance to establish a connection to a dataset. You should use the DataSource and DataField properties of the DataBinding object to enable the TcxDBMemo control to edit a specific field value from the dataset.

See Also