RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.DoEnter Method

Respond to receiving input focus.

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

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

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

 

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