RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBEdit.Reset Method

Cancels all unposted edits.

Pascal
procedure Reset; override;
C++
virtual __fastcall Reset();

Reset overrides the default method to cancel all unposted edits to the dataset when the user presses the Escape key.

Note: Reset is a protected method. Applications cannot call it directly. It is called automatically when the user presses the Escape key.
 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!