See also
ALPHANUMERIC_FULL (IME.ALPHANUMERIC_FULL property)
(IME.ALPHANUMERIC_HALF property)
JAPANESE_HIRAGANA (IME.JAPANESE_HIRAGANA property)
(IME.JAPANESE_KATAKANA_FULL property)
(IME.JAPANESE_KATAKANA_HALF property)
(IME.UNKNOWN property)
getEnabled (IME.getEnabled method)
public static getEnabled() : Boolean
Indicates whether the system IME is enabled. An enabled IME performs multibyte input; a
disabled IME performs alphanumeric input.
Availability: ActionScript 1.0; Flash Player 8
Returns
- Returns
Boolean
true
Example
The following example checks to see whether IME is enabled by calling the
method.
if(System.capabilities.hasIME) {
var isImeEnabled:Boolean = System.IME.getEnabled();
trace(isImeEnabled);
}
JAPANESE_HIRAGANA
(IME.JAPANESE_HIRAGANA property)
public static JAPANESE_HIRAGANA : String
A string with the value
getConversionMode()
Availability: ActionScript 1.0; Flash Player 8
,
CHINESE (IME.CHINESE property)
if the system IME is enabled,
"JAPANESE_HIRAGANA"
. This constant is used with Japanese IMEs.
,
ALPHANUMERIC_HALF
,
JAPANESE_KATAKANA_FULL
,
JAPANESE_KATAKANA_HALF
,
KOREAN (IME.KOREAN property)
if it is disabled.
false
for use with
setConversionMode()
,
,
UNKNOWN
isEnabled()
and
IME (System.IME)
661
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?