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.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
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.
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...
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.
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.
Passing parameters
The parameters can be passed to a procedure...
AppointmentCreate (Function)
Displays the window for appointment creation of native application for managing appointments found...
AppointmentDisplay (Function)
Displays an appointment in the native application for managing appointments found on the mobile...
WiFiListNetworkCard (Function)
Returns the list of Wi-Fi network cards currently available on the current computer.
PVTCollapse (Function)
Collapses the data found in a Pivot Table control according to a row header or to a column header.
PVTExpand (Function)
Expands the data found in a Pivot Table control according to a row header or to a column header.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
TileDisplayBadge (Function)
Displays a badge (numeric notification or image) on the tile of a Universal Windows 10 App...
gpwGetRights (Function)
Used to get the rights granted to a control, a window, a page or a report.
PVTInfoXY (Function)
Returns the values of headers corresponding to a position in a Pivot Table control in pixels.
XMLSign (Function)
Signs an XML document.
SOAPAddXMLSignature (Function)
Adds an XML signature to a Webservice request.
TimelineDeleteTrack (Function)
Deletes a track from a TimeLine control.
RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
ControlFindTextPrevious (Function)
Finds and selects the previous element corresponding to the sought text in a window or control.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.