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

In This Article

Restores the previous edit value.

#Declaration

Delphi
procedure ResetEditValue; virtual;

#Remarks

Before being changed by a user, the edit value is stored in an internal variable. The user can post his/her changes by pressing the Enter key or cancel them by pressing the Esc key, for instance. When the value needs to be restored, the ResetEditValue method is called.

See Also