Show: Delphi C++
Display Preferences

FMX.Types.TVirtualKeyboardType

From XE3 API Documentation
Jump to: navigation, search

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

vktDefault

An alphanumeric keyboard for general text input

vktNumbersAndPunctuation

A keyboard that provides for numeric input and punctuation symbols

vktNumberPad

A numeric-only keyboard

vktPhonePad

A keyboard for entering a telephone number, including * and # symbols

See Also

Personal tools
Translations