FMX.Types.IRoot.Hovered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hovered: IControl read GetHovered write SetHovered;

C++

__property _di_IControl Hovered = {read=GetHovered, write=SetHovered};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IRoot

Description

Defines the property which identifies the control over which the mouse is hovering.

See Also