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