Difference between revisions of "TextField:getSample"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.08<br/> === Description === get string that was used as sample for determining line height <source lang="lua"> (string), = TextFi...")
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2016.08<br/>
 
'''Available since:''' Gideros 2016.08<br/>
 +
'''Class:''' [[TextField]]<br/>
 +
 
=== Description ===
 
=== Description ===
get string that was used as sample for determining line height
+
Gets the String that was used as sample for determining line height.
<source lang="lua">
+
<syntaxhighlight lang="lua">
(string), = TextField:getSample()
+
(string) = TextField:getSample()
</source>
+
</syntaxhighlight>
'''Returns''' (string) string used as sample<br/>
+
 
 +
=== Return values ===
 +
'''Returns''' (string) String used as sample<br/>
 +
 
 +
{{TextField}}

Latest revision as of 08:10, 18 October 2024