FMX.Controls.TControl.IsMouseOver

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsMouseOver: Boolean read FIsMouseOver;

C++

__property bool IsMouseOver = {read=FIsMouseOver, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies whether the mouse cursor is over the control.

IsMouseOver is True when the mouse is passing over the control.

For effect triggers, setting IsMouseOver to True triggers the effect while the mouse passes over the control.

See Also