Icon TTextInputType

Unit: WebUI

TTextInputType = (tiNone,tiEmail,tiNumber,tiURL)

Available In: Client and Server Applications

The TTextInputType enumerated type is used with the TTextInputElement class to specify how the text should be input. This information is used with touch interfaces to determine the type of soft keyboard to display when inputting text into the element.

ElementDescription
tiEmailSpecifies that the element will contain an email address.
tiNoneSpecifies that the element will contain regular text.
tiNumberSpecifies that the element will contain a number.
tiURLSpecifies that the element will contain a URL.
Image