ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parameters of a procedure/function
You have the ability to pass parameters to 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...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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.
Passing parameters
The parameters can be passed to a procedure...
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.
iReportPrintingStatus (Function)
Returns the status of the current print.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
iPageEnd (Function)
Forces the move to the next page during the report print.
XMLResult (Function)
Returns the result of a calculation XPath query.
iLine (Function)
Prints a line at specified coordinates.
XMLSavePosition (Function)
Stores the current position in the XML document.
iHLine (Function)
Prints a horizontal line at specified coordinates.
XMLNext (Function)
Positions on the next element (tag or attribute).
iVLine (Function)
Prints a vertical line at specified coordinates.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
iVPos (Function)
iVPos is kept for backward compatibility.
XMLClose (Function)
Closes an XML document created by XMLDocument.
iHPos (Function)
iHPos is kept for backward compatibility.
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
iConfigureReport (Function)
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile).
XMLToText (Function)
Converts a character string in XML format into a standard character string.
iParameterReport (Function)
Configures the printer by opening the configuration window.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
DiagramToSVG (Function)
Exports a diagram to an SVG image.
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party...