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.ImeName Property

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
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