FMX.ComboEdit.TComboEdit.KillFocusByReturn

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property KillFocusByReturn;

C++

__property KillFocusByReturn = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TComboEdit

Beschreibung

Legt fest, ob die virtuelle Tastatur durch Drücken der Eingabetaste ausgeblendet wird.

FMX.ComboEdit.TComboEdit.KillFocusByReturn erbt von FMX.Edit.TCustomEdit.KillFocusByReturn. Der folgende Inhalt bezieht sich auf FMX.Edit.TCustomEdit.KillFocusByReturn.

Legt fest, ob die virtuelle Tastatur durch Drücken der Eingabetaste ausgeblendet wird.

Wenn KillFocusByReturn True ist, wird die virtuelle Tastatur beim Drücken der Eingabetaste ausgeblendet.

Siehe auch