FMX.Forms.TCommonCustomForm.GetHovered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHovered: IControl;

C++

Fmx::Types::_di_IControl __fastcall GetHovered();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Retrieves the control stored in the Hovered property.

See Also