Pascal Scripting: PostMessage

Prototype

function PostMessage(const Wnd: HWND; const Msg: Cardinal; const WParam: WPARAM; const LParam: LPARAM): Boolean;

Description

Posts the specified message to the specified window, returning immediately. Returns True if successful.