ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
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.
Local procedure
Two types of procedures are available...
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.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device...
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion...
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Constants for sound management
List of constants used by the functions for sound management....
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details...
Component (Type of variable)
The Component type is used to easily handle an external component.
saasVisit (Type of variable)
The saasVisit is used to find out all the characteristics of a SaaS user's visit....
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather...
iCloud constants
The iCloud constants are as follows:
mongoOperation (Type of variable)
The mongoOperation type is used to define the different operations to be performed in bulk....
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document...
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
WBAdminAuth (Type of variable)
The WBAdminAuth type allows you to define all the advanced characteristics of the API used...
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value...
Constants for managing tiles
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created...
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB...
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map...
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map...
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded...
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window...