Vcl.ValEdit.TValueListEditor.RestoreCurrentRow
Delphi
function RestoreCurrentRow: Boolean;
C++
bool __fastcall RestoreCurrentRow(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Vcl.ValEdit.pas Vcl.ValEdit.hpp |
Vcl.ValEdit | TValueListEditor |
Description
Undoes all edits to the current row.
Call RestoreCurrentRow to back out edits to the current cell in the value list editor. RestoreCurrentRow backs out edits to the current cell if it is still in edit mode, or deletes a newly inserted row.
The user can accomplish the same effect by pressing the Escape key.