Vcl.StdCtrls.TCustomCombo.FIsFocused

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

FIsFocused: Boolean;

C++

bool FIsFocused;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
field protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Beschreibung

Gibt an, ob das Kombinationsfeld den Fokus besitzt.

Das Feld FIsFocused wird auf True gesetzt, wenn das Kombinationsfeld den Fokus besitzt; ansonsten False.

Siehe auch