Back to Devexpress

TcxCustomEdit.ResetEditValue Method

vcl-cxedit-dot-tcxcustomedit-0af5fcfd.md

latest646 B
Original Source

TcxCustomEdit.ResetEditValue Method

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

TcxCustomEdit.EditValue

TcxCustomEdit Class

TcxCustomEdit Members

cxEdit Unit