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.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
iParameter (Function)
Retrieves the printer configuration and configures the print.
XMLChild (Function)
Positions on the first child element of current element.
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer....
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
iParameterPDF (Function)
Defines the options for the generated PDF file.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
iPicaToMM (Function)
Converts the coordinates of a point (expressed in system coordinates) into millimeters.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
iFont (Function)
Selects the default font.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
iDidotFont (Function)
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT...
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
XMLPath (Function)
Returns the current position in the document in XPATH format.
iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored...
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
iSkipLine (Function)
Forces one or more line break.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
XMLRoot (Function)
Positions on the root tag of an XML document.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
XMLFind (Function)
Performs a search in an XML document.