Vcl.Controls.SetImeMode
Delphi
procedure SetImeMode(hWnd: HWND; Mode: TImeMode);
C++
extern DELPHI_PACKAGE void __fastcall SetImeMode(HWND hWnd, TImeMode Mode);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
SetImeMode sets the IME mode for a window.
Call SetImeMode to set the IME (Input Method Editor) mode for a window specified by the hWnd parameter.