FMX.Types.IRoot.GetFocused

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFocused: IControl;

C++

virtual _di_IControl __fastcall GetFocused() = 0 ;

Properties

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

Description

Getter function for the Focused property.

Implement GetFocused to get the value of the Focused property.

See Also