La interfaz de VDS Renaissance está disponible en varios idiomas. La documentación oficial se mantiene en inglés para garantizar una referencia única, coherente y siempre actualizada.
@MSGPARAMS
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.