Difference between revisions of "TextInputDialog:isSecureInput"
From GiderosMobile
Line 8: | Line 8: | ||
(bool) = TextInputDialog:isSecureInput() | (bool) = TextInputDialog:isSecureInput() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (bool) Whether the text object hides the text being entered.<br/> | '''Returns''' (bool) Whether the text object hides the text being entered.<br/> |
Revision as of 10:39, 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.