FMX.Forms.TCommonCustomForm.Hovered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hovered: IControl read FHovered;

C++

__property Fmx::Types::_di_IControl Hovered = {read=FHovered};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Identifies the control over which the mouse pointer is hovering.

Used internally for mouse hovering-over purposes.

See Also