ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a procedure...
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.
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
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.
MultimediaPause (Function)
Pauses a media file played in a 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...
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns...
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
fSelect (Function)
Opens the Windows file picker.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows...
TreeFind (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.