ComponentOne True DBInput Pro 8.0
IMEMode Property (TDBMask)

 

Reference> TDBMask Control> TDBMask Control Properties> IMEMode Property (TDBMask)

IMEMode Property (TDBMask)

The IMEMode property allows you to set the default IME mode when the control receives the focus. The settings will take effect only when the control is set to the free format entry. If an input mask is set to the Format property, the IME will be completely disabled.

Syntax

control.IMEMode= value

Read/Write at run time and design time.

Values

Design Time

Run Time

0 - Default

dbiIMEDefault

1 - On

dbiIMEOn

2 - Off

dbiIMEOff

3 - Disabled

dbiIMEDisable

4 - Hiragana

dbiIMEHiragana

5 - DBCS Katakana

dbiIMEKatakanaDBCS

6 - SBCS Katakana

dbiIMEKatakanaSBCS

7 - DBCS Alphanumeric

dbiIMEAlphaDBCS

8 - SBCS Alphanumeric

dbiIMEAlphaSBCS

Remarks

When the control has the focus, as soon as the IMEMode is changed, the changes will be reflected to the current status of the IME.

If set to 0-Default, no matter what the current status of the IME is, the IMEMode will return a 0. However, if set a value greater than 0, IMEMode will return the current status of the IME regardless to the user settings.

DBCS - double-byte characters

SBCS - single-byte characters

See Also

Format Property (TDBMask)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback