TcxCustomTextEditProperties.ImeName Property
In This Article
Specifies the input method editor (IME) to use for converting keyboard input to Asian language characters.
#Declaration
Delphi
property ImeName: TImeName read; write;
#Property Value
Type |
---|
TIme |
#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