Back to Devexpress

TcxDBMemo.DataBinding Property

vcl-cxdbedit-dot-tcxdbmemo.md

latest871 B
Original Source

TcxDBMemo.DataBinding Property

Specifies the dataset connection.

Declaration

delphi
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

TcxDBMemo Class

TcxDBMemo Members

cxDBEdit Unit