Vcl.Controls.TWinControl.SetIme

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetIme; overload; inline;
procedure SetIme(hWnd: HWND); overload; virtual;

C++

void __fastcall SetIme()/* overload */;
virtual void __fastcall SetIme(HWND hWnd)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

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

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.

See Also