FMX.Controls.TControl.DoMouseLeave

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMouseLeave; virtual;

C++

virtual void __fastcall DoMouseLeave(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

OnMouseLeave event dispatcher.

DoMouseLeave is called automatically when the mouse pointer leaves the control's area.

DoMouseLeave starts the animation by calling StartTriggerAnimation and applies effects by calling ApplyTriggerEffect to background the control.

Override the protected DoMouseLeave method to provide other responses when the mouse pointer leaves the control's area.

See Also