RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValueListEditor.RestoreCurrentRow Method

Undoes all edits to the current row.

Pascal
function RestoreCurrentRow: Boolean;
C++
__fastcall Boolean RestoreCurrentRow();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!