Difference between revisions of "TextField:getText"

From GiderosMobile
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[TextField]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Returns the text displayed.
Returns the text displayed.<br />
+
<syntaxhighlight lang="lua">
<br />
 
<source lang="lua">
 
 
(string) = TextField:getText()
 
(string) = TextField:getText()
</source>
+
</syntaxhighlight>
'''Returns''' (string) The text displayed.<br/>
+
 
 +
=== Return values ===
 +
'''Returns''' (string) the text displayed<br/>
 +
 
 +
{{TextField}}

Latest revision as of 07:01, 18 October 2024