Vcl.Controls.TWinControl.FInImeComposition
Delphi
FInImeComposition: Boolean;
C++
bool FInImeComposition;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TWinControl |
Description
Specifies whether the IME is in the process of generating the composition string.
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.