Difference between revisions of "TextField:getText"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2011.6<br/> | |
− | ''' | + | '''Class:''' [[TextField]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Returns the text displayed. | |
− | Returns the text displayed. | ||
− | |||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
(string) = TextField:getText() | (string) = TextField:getText() | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | === | + | |
− | ''' | + | === Return values === |
+ | '''Returns''' (string) the text displayed<br/> | ||
{{TextField}} | {{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