RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.SetIme Method

Activates an input method editor (IME) using the values specified by the ImeMode and ImeName properties.

Pascal
procedure SetIme;
C++
__fastcall SetIme();

Applications cannot call SetIme. SetIme is called automatically when the control receives input focus. It is exposed as a protected method so that descendant objects can cause the ImeMode and ImeName properties to take effect at other times. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!