Difference between revisions of "TextInputDialog:isSecureInput"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.8<br/> | '''Available since:''' Gideros 2012.8<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <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> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (bool) Whether the text object hides the text being entered.<br/> | + | '''Returns''' (bool) <translate>Whether the text object hides the text being entered.</translate><br/> |
Revision as of 13:32, 23 August 2018
Available since: Gideros 2012.8
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.