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...
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used...
RandomCryptoInteger (Function)
Returns a random number that can be used with the cryptographic technologies.
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated...
EncryptGenerateRSAKey (Function)
Generates an RSA private/public key pair....
iAddAttachment (Function)
Adds an attachment in a PDF file generated by a PDF print export.
BCToImage (Function)
Generates the image of a bar code.
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
SaaSAdminListVisit (Function)
Returns the list of visits to a SaaS site.
gpwAddUserToGroup (Function)
Adds a user to a group of the User Groupware database.
gpwBiometricAuthentication (Function)
Enables biometric authentication for the connected user or retrieves the current status...
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
PageChangeLayout (Function)
Applies a specific layout to a page.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
iInitInternalReport (Function)
Initializes the parameters of an internal report used by a report.
PicRotation (Function)
Rotates a WDPic image.
iParameterViewer (Function)
Configures the report viewer.
PicResize (Function)
Resizes a WDPic image.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage...