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.DoOnChange Method

In This Article

Performs additional processing when the display value within an editor is about to be changed.

#Declaration

Delphi
procedure DoOnChange; virtual;

#Remarks

The DoOnChange method fires the Properties.OnChange event, thus by overriding the DoOnChange method in the TcxCustomEdit descendant you can perform additional custom actions (if required), prior to the editor’s displayed value being changed and the Properties.OnChange event is fired.

See Also