RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.FInImeComposition Field

Specifies whether the IME is in the process of generating the composition string.

Pascal
FInImeComposition: Boolean;
C++
Boolean FInImeComposition;

FInImeComposition is an internal field specifying whether the IME is in the process of generating the composition string.  

To be more specific, FInImeComposition is True when the IME starts generating the composition string, and False when it ends the composition. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!