FGX.Text.TfgKeyboardType: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
Строка 4: Строка 4:
  
 
<syntaxhighlight lang="Delphi">TfgKeyboardType = (Default, NumbersAndPunctuation, NumberPad, PhonePad, NamePhonePad, EmailAddress, DecimalPad, URL, Alphabet)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgKeyboardType = (Default, NumbersAndPunctuation, NumberPad, PhonePad, NamePhonePad, EmailAddress, DecimalPad, URL, Alphabet)</syntaxhighlight>
 +
 +
== Описание ==
 +
 +
<p>NumberPad - Specifies a numeric keypad designed for PIN entry. This keyboard type prominently features the numbers 0 through 9. This keyboard type does not support auto-capitalization.</p>

Текущая версия на 18:20, 29 июня 2019

Delphi

TfgKeyboardType = (Default, NumbersAndPunctuation, NumberPad, PhonePad, NamePhonePad, EmailAddress, DecimalPad, URL, Alphabet)

Описание

NumberPad - Specifies a numeric keypad designed for PIN entry. This keyboard type prominently features the numbers 0 through 9. This keyboard type does not support auto-capitalization.