Difference between revisions of "TextInputDialog:getText"
From GiderosMobile
Line 8: | Line 8: | ||
(string) = TextInputDialog:getText() | (string) = TextInputDialog:getText() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (string) The text on the text field.<br/> | '''Returns''' (string) The text on the text field.<br/> |
Revision as of 10:44, 23 August 2018
Available since: Gideros 2012.8
Description
Returns the text on the text field.
(string) = TextInputDialog:getText()
Return values
Returns (string) The text on the text field.