TextInputFieldType

Defines what kind of characters can be inputted into a given text field. Special restrictions are not supported by this enumerator, and every restriction must be implemented by the targeted text field by disallowing the input of certain characters.

Values

ValueMeaning
init
Noneinit
Text
ASCIIText
Numeric
Integer

Has the ability of fields accepting hexadecimal, etc. integer numbers.

Dec
Hex
Oct
Bin

Meta