ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Passing parameters
The parameters can be passed to a procedure...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaClose (Function)
Closes the media file currently played in the Multimedia control.
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
ToClipboardRTF (Function)
Writes a character string in RTF format into the clipboard.
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia...
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia...
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia...
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction....
HRplManageItem (Function)
Specifies the replication options for an item: the item can be replicated or not.
SNMPGetTable (Function)
Reads a table of SNMP values.
iParameterXLS (Function)
Defines the options for the XLS file generated during the print.
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure...
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables...
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable...
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
EmulateWindow (Function)
Indicates the test that will be run during the next window opening.
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows...
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end...