Vcl.Controls.InitWndProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function InitWndProc(HWindow: HWND; Msg: UINT; WParam: WPARAM; LParam: LPARAM): LRESULT;

C++

extern DELPHI_PACKAGE NativeInt __stdcall InitWndProc(HWND HWindow, unsigned Msg, NativeUInt WParam, NativeInt LParam);

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 InitWndProc directly.

See Also