FMX.Controls3D.TControl3D.DoExit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoExit; virtual;

C++

virtual void __fastcall DoExit();

Properties

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

Description

Respond to the loss of the input focus.

DoExit is automatically called when the control loses the input focus.

DoExit repaints the control, starts the animation by calling StartTriggerAnimation, and sets the IsFocused property to False.

See Also