RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.DoEnter Method

Respond to receiving input focus.

Pascal
procedure DoEnter; override;
C++
virtual __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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!