Posts a Windows System Message to the specified project screen.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
ViewerPostMessage | Module Activity | Asynchronous | Supported | Supported | Supported |
ViewerPostMessage( strScrTitle, numMessage, numwParam, numlParam, optNumID )
This function returns no values.
This function emulates the PostMessage function in Microsoft Windows. For more information, including a complete list of available Windows System Messages, please consult Microsoft Developers Network.
Tag Name | Expression |
---|---|
ViewerPostMessage( "main", 16, 3, 1, 10
)
// Sends message 16 to the "main" screen with ID 10. |