Vcl.Controls.SetImeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetImeName(Name: TImeName);

C++

extern DELPHI_PACKAGE void __fastcall SetImeName(TImeName Name);

Properties

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

Description

SetImeName sets the IME name for a window.

Call SetImeName to set the IME (Input Method Editor) name for a window.

See Also