Difference between revisions of "TextInputDialog:isSecureInput"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 9: | Line 9: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
(bool) = TextInputDialog:isSecureInput() | (bool) = TextInputDialog:isSecureInput() | ||
− | </ | + | </syntaxhighlight> |
=== <translate>Return values</translate> === | === <translate>Return values</translate> === | ||
'''<translate>Returns</translate>''' (bool) <translate>Whether the text object hides the text being entered.</translate><br/> | '''<translate>Returns</translate>''' (bool) <translate>Whether the text object hides the text being entered.</translate><br/> | ||
{{TextInputDialog}} | {{TextInputDialog}} |
Revision as of 14:33, 13 July 2023
Available since: Gideros 2012.8
Class: TextInputDialog
Description
Returns whether the text object hides the text being entered.
(bool) = TextInputDialog:isSecureInput()
Return values
Returns (bool) Whether the text object hides the text being entered.