TcxDBCurrencyEdit.DataBinding Property
Specifies the connection to a dataset.
Declaration
property DataBinding: TcxDBTextEditDataBinding read; write;
Property Value
Type |
---|
TcxDBTextEditDataBinding |
Remarks
Use the DataBinding property to access a TcxDBEditDataBinding instance via which the connection with the dataset is established. To make the TcxDBCurrencyEdit control edit values from a specific field in the dataset, it is necessary to set the TcxDBEditDataBinding.DataSource and TcxDBEditDataBinding.DataField properties.
See Also