FMX.Types.IControl.DoMouseLeave

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMouseLeave;

C++

virtual void __fastcall DoMouseLeave() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Provides a response when the mouse pointer leaves the control's area.

Implement the DoMouseLeave method to provide a certain behavior when the mouse pointer leaves the control's area.

TControl implements this procedure as an OnMouseLeave event dispatcher.

See Also