Vcl.Controls.InitWndProc
Delphi
function InitWndProc(HWindow: HWND; Msg: UINT; WParam: WPARAM; LParam: LPARAM): LRESULT;
C++
extern DELPHI_PACKAGE int __stdcall InitWndProc(HWND HWindow, unsigned Msg, unsigned WParam, int 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.