ImeMode

[property icon] ImeMode

Allow the default IME method to be defaulted

Enumerated type, possible values are:

Default Default in grid
NoChange No changes
DefaultMode Default mode. Set by SetDefaultIMEMode
Alpha Alphanumeric
KatakanaHalf Katakana 1 byte
Katakana Katakana 2 byte
Hiragana Hiragana

Applies to: Grid , GridCell , KCMLEdit

Introduced in KCML version 6.20


>ImeMode

ImeMode

The ImeMode property can be used to set the IME (Input Method Editor) mode of an edit control or editable grid cell. This is for Japanese systems to control the starting IME conversion mode for that control. For most text cells the default setting is sufficient, but certain specific fields such as zip codes, vehicle registration and telephone numbers are nearly always entered in a particular mode.

The Client COM method SetDefaultIMEMode can be used to set the starting IME oconversion for any control that does not set this property. Typically, on a Japanese system this should be set to 6 (Hiragana).

See also

Grid methods, properties and events. GridCell methods, properties and events. KCMLEdit methods, properties and events.