FMX.Types.IRoot.Focused

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Focused: IControl read GetFocused write SetFocused;

C++

__property _di_IControl Focused = {read=GetFocused, write=SetFocused};

Properties

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

Description

Specifies the control that has the focus set on it.

Implement SetFocused and GetFocused in order to set and get the value of the Focused property.

See Also