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.
hFileParameter (Type of variable)
The hFileParameter type is used to define the data files taken into account by a scheduled...
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform...
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code...
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user...
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
NFC constants
List of constants used by the NFC functions...
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member...
CommandLine
The CommandLine keyword can correspond to...
httpRequest
The HTTPRequest keyword can correspond to...
SSH constants
The following constants are used to manage an SSH server:...
HDFS constants
The following constants are used by the HDFS functions:...
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested...
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status...
hdfsRights (Type of variable)
The hdfsRights type is used to define the advanced characteristics regarding the access rights...
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
mongoCollection (Type of variable)
The mongoCollection type is used to define the advanced characteristics of a collection...
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB...
Keep-alive on connection
HDFS system management (prefix syntax)
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
WLanguage procedure called by AppleSignIn
Procedure ("Callback") called by AppleSignIn when the Apple authentication result is obtained.
Polygon (Type of variable)
The Polygon type is used to define the points of a polygon.
Nation (Property)
The Nation keyword can correspond to...
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer...
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls...