Vcl.ComCtrls.TCustomTreeView.DoEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEnter; override;

C++

DYNAMIC void __fastcall DoEnter();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Respond to receiving input focus.

Vcl.ComCtrls.TCustomTreeView.DoEnter inherits from Vcl.Controls.TWinControl.DoEnter. All content below this line refers to Vcl.Controls.TWinControl.DoEnter.

Respond to receiving input focus.

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.

See Also