Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTextEditProperties.ImeMode Property

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

#Declaration

Delphi
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