Pascal Scripting: PostBroadcastMessage

Prototype:

function PostBroadcastMessage(const Msg, WParam, LParam: Longint): Boolean;

Description:

Posts the specified message to top-level windows in the system, returning immediately.
The specified message must be unique. Use RegisterWindowMessage to get such a message.