RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.ResetIme Method

Restores the input method editor (IME) that was active when the application started.

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

For controls that specify the ImeName property, call ResetIme to revert to the IME that was active when the application started. If the IME was deactivated by setting the ImeMode property to imDisable, ResetIme restarts the default IME. 

Applications cannot call ResetIme. ResetIme is called automatically when the control loses input focus. It is exposed as a protected method so descendant objects can restore the default IME at other times. 

 

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