Vcl.Controls.Imm32SetCompositionWindow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Imm32SetCompositionWindow(hImc: HIMC; lpCompForm: TCOMPOSITIONFORM): Boolean;
function Imm32SetCompositionWindow(hImc: HIMC; lpCompForm: PCOMPOSITIONFORM): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall Imm32SetCompositionWindow(int hImc, const tagCOMPOSITIONFORM &lpCompForm)/* overload */;

Properties

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

Description

For internal use.

You should not use Imm32SetCompositionWindow directly.

See Also