FMX.Edit.TEdit.KeyboardType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeyboardType: TVirtualKeyboardType read GetKeyboardType write SetKeyboardType default 0;

C++

__property KeyboardType = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TEdit

Description

Determines the type of the virtual keyboard.

FMX.Edit.TEdit.KeyboardType inherits from FMX.Edit.TCustomEdit.KeyboardType. All content below this line refers to FMX.Edit.TCustomEdit.KeyboardType.

Determines the type of the virtual keyboard.

Set KeyboardType to determine the type of virtual keyboard this edit is to use. Possible values for the KeyboardType property are Alphabet, Default, EmailAddress, NamePhonePad, and so on (values are selectable in the Object Inspector and are described in FMX.Types.TVirtualKeyboardType).

Keyboard types are illustrated in the Mobile Tutorial: Using the Web Browser Component (iOS and Android).

Note: On Android, the Alphabet keyboard type has no word completion or word suggestions. The keyboard looks the same as the Default keyboard, but without suggestions.


See Also

Code Examples