FMX.Controls3D.TControl3D.IsFocused

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsFocused: Boolean read GetIsFocused;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D


Beschreibung

Gibt an, ob das Steuerelement den Fokus hat.

IsFocused ist True, wenn das Steuerelement den Fokus hat, ansonsten False.

Siehe auch