Show: Delphi
C++
Display Preferences
FMX.Types3D.TControl3D.IsMouseOver
From XE2 API Documentation
Delphi
property IsMouseOver: Boolean read FIsMouseOver;
C++
__property bool IsMouseOver = {read=FIsMouseOver, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | 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.