Die Oberfläche von VDS Renaissance ist in mehreren Sprachen verfügbar. Die offizielle Dokumentation wird auf Englisch gepflegt, um eine einheitliche, konsistente und stets aktuelle Referenz zu gewährleisten.

@MSGPARAMS

Windows Linux macOS

Syntax

@MSGPARAMS( <flags> )

Description

This function allows a script to respond to window messages. Using this function requires understanding of the Windows API and languages such as C or Pascal, and you will need the Windows API documentation.

When a message is received by the program main window, a MESSAGE event is generated. The @MSGPARAMS() function can be used to retrieve the values of the wParam and lParam parameters of the message.

The <flags> may be one or both of the letters W and L. They cause the wParam and lParam values to be returned, in the order specified, separated using the current field separator character.

OK

Not changed.