FMX.Controls3D.TControl3D.DoEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEnter; virtual;

C++

virtual void __fastcall DoEnter();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Responds to receiving the input focus.

DoEnter is automatically called when the control receives the input focus.

DoEnter repaints the control, starts the animation by calling StartTriggerAnimation, and sets the IsFocused property to True.

See Also