Difference between revisions of "TextInputDialog:isSecureInput"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns whether the text object hides the text being entered.<br /> <br /> <source lang="lua">...")
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.8<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
<br />
+
'''<translate>Class</translate>:''' [[Special:MyLanguage/TextInputDialog|TextInputDialog]]<br/>
 +
=== <translate>Description</translate> ===
 +
<translate><br />
 
Returns whether the text object hides the text being entered.<br />
 
Returns whether the text object hides the text being entered.<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
(bool), = TextInputDialog:isSecureInput()
+
(bool) = TextInputDialog:isSecureInput()
 
</source>
 
</source>
'''Returns''' (bool) Whether the text object hides the text being entered.<br/>
+
=== <translate>Return values</translate> ===
 +
'''<translate>Returns</translate>''' (bool) <translate>Whether the text object hides the text being entered.</translate><br/>
 +
 
 +
{{TextInputDialog}}

Revision as of 01:51, 4 December 2019