Difference between revisions of "TextField:getText"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the text displayed.<br /> <br /> <source lang="lua"> (string), = TextField:getText() </...") |
|||
(9 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 === | ||
− | + | Returns the text displayed. | |
− | Returns the text displayed. | + | <syntaxhighlight lang="lua"> |
− | < | + | (string) = TextField:getText() |
− | + | </syntaxhighlight> | |
− | (string) | + | |
− | </ | + | === Return values === |
− | '''Returns''' (string) | + | '''Returns''' (string) the text displayed<br/> |
+ | |||
+ | {{TextField}} |
Latest revision as of 07:01, 18 October 2024
Available since: Gideros 2011.6
Class: TextField
Description
Returns the text displayed.
(string) = TextField:getText()
Return values
Returns (string) the text displayed
- TextField
- TextField.new
- TextField:getLayout
- TextField:getLetterSpacing
- TextField:getLineHeight
- TextField:getPointFromTextPosition
- TextField:getSample
- TextField:getText
- TextField:getTextColor
- TextField:getTextPositionFromPoint
- TextField:setFont
- TextField:setLayout
- TextField:setLetterSpacing
- TextField:setSample
- TextField:setText
- TextField:setTextColor