FMX.Types.IControl.DoMouseEnter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoMouseEnter;

C++

virtual void __fastcall DoMouseEnter() = 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 enters the control's area.

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

TControl implements this procedure as an OnMouseEnter event dispatcher.

See Also