L’interface de VDS Renaissance est disponible en plusieurs langues. La documentation officielle est maintenue en anglais afin de garantir une référence unique, cohérente et toujours à jour.
@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.