Open main menu

RAD Studio API Documentation β

FMX.Controls3D.TControl3D.IsFocused

Delphi

property IsFocused: Boolean read GetIsFocused;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Indicates whether the control has focus.

IsFocused is True when the focus is on the control, and False otherwise.

See Also