FMX.Forms.TScreen.FocusObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FocusObject: TFmxObject read GetFocusObject;

C++

__property Fmx::Types::TFmxObject* FocusObject = {read=GetFocusObject};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TScreen

Description

Is a protected property that is internally used by the FocusControl property in order to get the control that currently has focus.

See Also