TcxCustomEdit.DataBinding Property
Specifies the object binding an editor to data storage.
Declaration
property DataBinding: TcxEditDataBinding read; write;
Property Value
Type |
---|
TcxEditDataBinding |
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 TcxEditDataBinding. To make an editor use a new data-binding object, you have to override the GetDataBindingClass function declared in TcxCustomEdit.
See Also