Skip to main content

TcxCustomEdit.ResetEditValue Method

Restores the previous edit value.

Declaration

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