RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.DoExit Method

Respond to losing input focus

Pascal
procedure DoExit; dynamic;
C++
__fastcall DoExit();

DoExit is called automatically when the control receives the input focus. As implemented in TWinControl, DoExit calls the OnExit event handler, if defined. 

Descendant classes that override DoExit should always call the inherited method. 

 

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