Pascal Scripting: PostMessage
Prototype:
function PostMessage(const Wnd: HWND; const Msg, WParam, LParam: Longint): Boolean;
Description:
Posts the specified message to the specified window, returning immediately. Returns True if successful.
function PostMessage(const Wnd: HWND; const Msg, WParam, LParam: Longint): Boolean;
Posts the specified message to the specified window, returning immediately. Returns True if successful.