FMX.SpinBox.TSpinBox.KillFocusByReturn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KillFocusByReturn: Boolean read GetKillFocusByReturn write SetKillFocusByReturn default 0;

C++

__property KillFocusByReturn = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.SpinBox.pas
FMX.SpinBox.hpp
FMX.SpinBox TSpinBox

Description

Specifies whether to hide the virtual keyboard by clicking the Return key.

FMX.SpinBox.TSpinBox.KillFocusByReturn inherits from FMX.Edit.TCustomEdit.KillFocusByReturn. All content below this line refers to FMX.Edit.TCustomEdit.KillFocusByReturn.

Specifies whether to hide the virtual keyboard by clicking the Return key.

When KillFocusByReturn is True, clicking the Return key hides the virtual keyboard.

See Also