FMX.Controls3D.TControl3D.DoMouseLeave
Delphi
procedure DoMouseLeave; virtual;
C++
virtual void __fastcall DoMouseLeave();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Controls3D.pas FMX.Controls3D.hpp |
FMX.Controls3D | TControl3D |
Description
OnMouseLeave event dispatcher.
DoMouseLeave is automatically called when the mouse pointer leaves the surface of the control.
DoMouseLeave starts the animation by calling StartTriggerAnimation and sets the IsMouseOver property to False.