Skip to main content

TcxCustomTextEditProperties.ImeMode Property

Specifies the current mode of an Input Method Editor (IME).

Declaration

property ImeMode: TImeMode read; write; default imDontCare;

Property Value

Type Default
TImeMode imDontCare

Remarks

The ImeMode property represents the way an IME operates to convert keyboard input typed on an Asian version of Windows. The ImeName property specifies the IME used for the conversion. Refer to the TImeMode topic in the Delphi (C++ Builder) documentation for details.

The default value of the ImeMode property is imDontCare.

See Also