Pascal Scripting: SendBroadcastMessage

Prototype

function SendBroadcastMessage(const Msg: Cardinal; const WParam: WPARAM; const LParam: LPARAM): LRESULT;

Description

Sends the specified message to top-level windows in the system. Does not return until all window procedures have processed the message.
The specified message must be unique. Use RegisterWindowMessage to get such a message.