Show: Delphi
C++
Display Preferences
FMX.Types.TVirtualKeyboardType
From XE3 API Documentation
Delphi
TVirtualKeyboardType = (vktDefault, vktNumbersAndPunctuation, vktNumberPad, vktPhonePad);
C++
enum class DECLSPEC_DENUM TVirtualKeyboardType : unsigned int { vktDefault, vktNumbersAndPunctuation, vktNumberPad, vktPhonePad };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Enumeration used to control the type of onscreen keyboard to be displayed.
TVirtualKeyboardType is an enumeration used by controls that support the IVirtualKeyboardControl interface to control the type of onscreen keyboard to be displayed. These values may have different interpretations on different devices, but should generally follow these guidelines:
| Value | Meaning |
|---|---|
|
|
An alphanumeric keyboard for general text input |
|
|
A keyboard that provides for numeric input and punctuation symbols |
|
|
A numeric-only keyboard |
|
|
A keyboard for entering a telephone number, including |