FMX.Controls.TControl.IsFocused

From RAD Studio API Documentation
Jump to: navigation, search

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