Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomEdit.DataBinding Property

Specifies the object binding an editor to data storage.

#Declaration

Delphi
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