Skip to main content

TcxDBRichEdit.DataBinding Property

Specifies the dataset connection.

Declaration

property DataBinding: TcxDBRichEditDataBinding read; write;

Property Value

Type
TcxDBRichEditDataBinding

Remarks

Use the DataBinding property to access a TcxDBRichEditDataBinding which is a descendant of the TcxDBTextEditDataBinding class to establish a connection to a dataset. You should use the DataSource and DataField properties of the DataBinding object to enable the TcxDBRichEdit control to edit a specific field value from the dataset.

See Also