Vcl.Controls.Imm32SetCompositionFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Imm32SetCompositionFont(hImc: HIMC; var lpLogfont: LOGFONT): Boolean;
function Imm32SetCompositionFont(hImc: HIMC; lpLogfont: PLOGFONT): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall Imm32SetCompositionFont(int hImc, tagLOGFONTW &lpLogfont)/* 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 Imm32SetCompositionFont directly.

See Also