Skip to main content

IMEStatus function (LotusScript Language)

Returns an integer indicating the current input mode (IME) for extended character sets.

Note that IMEStatus is supported for Windows™ DBCS only. The codes for PRC and the Taiwan region are supported on Win95 only.

Syntax

IMEStatus

Return value

The function returns a status code indicating the current input mode (IME).

Usage

IMEStatus provides support for languages that use extended character sets. The code returned depends on the country for which the HCL software application is built. The following table describes the return values. For countries not listed in the table, the return value is 0.

Country or RegionConstantValueDescription
AllIME_NOT_INSTALLED0IME is not installed
IME_ON1IME is on
IME_OFF2IME is off
JapanIME_HIRAGANA4Double-byte Hiragana
IME_KATAKANA_DBCS5Double-byte Katakana
IME_KATAKANA_SBCS6Single-byte Katakana
IME_ALPHA_DBCS7Double-byte alphanumeric
IME_ALPHA_SBCS8Single-byte alphanumeric
IME_ALPHA_DBCS7Double-byte alphanumeric
IME_ALPHA_SBCS8Single-byte alphanumeric
KoreaIME_HANGEUL4Hangeul DBC
IME_HANJACONVERT5Hanja conversion
IME_ALPLHA_DBCS7Double-byte alphanumeric
IME_ALPHA_SBCS8Single-byte alphanumeric
IME_ALPHA_DBCS7Double-byte alphanumeric
IME_ALPHA_SBCS8Single-byte alphanumeric

Example

See IMESetMode.