TextInputDialog:getText
From GiderosMobile
Available since: Gideros 2012.8
Class: TextInputDialog
Description
Returns the text on the text field.
<syntaxhighlight lang="lua">
(string) = TextInputDialog:getText()
</source>
Return values
Returns (string) The text on the text field.