This property sets the IME used when entering double byte Asian language text with the keyboard

[C++Builder]   imagekitcontrolname->Edit->ImeName[ = UnicodeString ]
[Delphi]   imagekitcontrolname.Edit.ImeName[ = string ]

Property Value

The IME name

Explanation

The ImeName property sets the IME used when entering double byte Asian language text with the keyboard. The default value is an empty string.

The types of IME available are installed from Windows Control Panel. The currently installed IME list can be retrieved via the screen variable. If an IME that cannot be used is set in this property, when the application runs, an active IME will be used and no exception error will be raised.

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation