TcxDBPopupEdit.DataBinding Property
In This Article
Specifies the dataset connection.
#Declaration
Delphi
property DataBinding: TcxDBTextEditDataBinding read; write;
#Property Value
Type |
---|
Tcx |
#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 TcxDBPopupEdit control to edit a specific field value from the dataset.
See Also