FMX.Forms.TScreen.FocusControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FocusControl: IControl read GetFocusControl;

C++

__property Fmx::Types::_di_IControl FocusControl = {read=GetFocusControl};

Properties

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

Description

Returns the control that has the focus at the moment.

Read FocusControl to get the control that currently has focus.

See Also