Vcl.AxCtrls.TActiveXControl.PostMessageFilter
Delphi
function PostMessageFilter(wnd: HWnd; msg: UInt; wp: WPARAM; lp: LPARAM;
out res: LRESULT; Cookie: DWORD): HResult; stdcall;
C++
HRESULT __stdcall PostMessageFilter(HWND wnd, unsigned msg, unsigned wp, int lp, /* out */ int &res, unsigned Cookie);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.AxCtrls.pas Vcl.AxCtrls.hpp |
Vcl.AxCtrls | TActiveXControl |
Description
Embarcadero Technologies does not currently have any additional information.