Skip to main content

TcxCustomTextEditProperties.ImeName Property

Specifies the input method editor (IME) to use for converting keyboard input to Asian language characters.

Declaration

property ImeName: TImeName read; write;

Property Value

Type
TImeName

Remarks

Set the ImeName property to specify which IME to use for converting keystrokes. The ImeMode property controls the operating mode of the IME. Refer to the TImeName topic in the Delphi (C++ Builder) documentation for details.

See Also