Open main menu

RAD Studio API Documentation β

FMX.Controls.TControl.IsFocused

Delphi

property IsFocused: Boolean read GetIsFocused;

C++

__property bool IsFocused = {read=GetIsFocused, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies whether the control is in focus.

IsFocused is True when the focus is on the control.

For effect triggers, setting IsFocused to True triggers the effect when the user selects the control.

See Also