FMX.Controls3D.TControl3D.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.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Indicates whether the mouse pointer hovers over the control.

IsMouseOver is True when the mouse pointer is over the surface of the control, and False otherwise.

See Also