TcxCustomEdit.DataBinding Property
Specifies the object binding an editor to data storage.
#Declaration
property DataBinding: TcxEditDataBinding read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The DataBinding property connects an editor with data storage. Data binding is not implemented in non data-aware editors. Data-aware editors provide retrieving and posting data from a dataset.
Note
You can create your own data-binding class to supply data from custom data storage. New classes must be derived from Tcx