ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
Typecasting of parameters
The description of the parameter type is optional...
Local procedure
Two types of procedures are available...
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
TelemetrySendData (Function)
Sends telemetry data immediately.
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
Reduce (Function)
Applies a computation to each element of a WLanguage array.
AAFEnable (Function)
Re-enables an Automatic Application Feature (AAF) previously disabled by AAFDisable.
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance...
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
gpwResetPassword (Function)
Resets the password of a registered user.
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware Webservice.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
PicMergeLayer (Function)
Merges the layers of a WDPic image.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string....
PVTCompareDateRange (Function)
Calculates and displays a date range comparison in a Pivot Table control.
SpreadsheetListComment (Function)
Lists all the comments on the current worksheet of a Spreadsheet control.
grComparativeSeriesPosition (Function)
Fixes the position (left or right) of a series in a comparative Histogram chart.
SpreadsheetSelectComment (Function)
Allows you to: know if a comment is selected in a Spreadsheet control, select or deselect...
DocInsertTableOfContents (Function)
Inserts a table of contents in a Word Processing document.