FMX.Controls3D.TControl3D.DoMouseEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMouseEnter; virtual;

C++

virtual void __fastcall DoMouseEnter();

Properties

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

Description

OnMouseEnter event dispatcher.

DoMouseEnter is automatically called when the mouse pointer enters the surface of the control.

DoMouseEnter starts the animation by calling StartTriggerAnimation and sets the IsMouseOver property to True.

See Also