Getenabled (Ime.getenabled Method); Japanese_Hiragana; (Ime.japanese_Hiragana Property) - MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference

Actionscript 2.0 language reference
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF