ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
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...
Using a query with parameters
A query with parameters can be used...
Optional parameters
Some of the parameters passed to a procedure can be optional parameters...
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters...
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements...
Typecasting of parameters
The description of the parameter type is optional...
<Chart>.SaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
<Chart>.LoadParameter (Function)
Restores the parameters used to draw a chart.
WEBDEV administrator: General configuration
The "Configuration" tab allows you to define the default connection options for WEBDEV websites located on the server and managed by the administrator...
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI"...
ClientID (Property)
The ClientID property gets the client ID defined when the application was declared or registered.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes...
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
OpenMobileWindow (Function)
Opens a window in a mobile application.
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication...
Test of a query
The query editor allows you to run the test of query result......
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL...
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records...
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection...
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed......
<Looper>.InsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
<Looper>.ModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
LooperInsertIW (Function)
Inserts a row as an internal window into a Looper control populated programmatically.
LooperModifyIW (Function)
Modifies a row corresponding to an internal window in a Looper control populated programmatically.
LooperInsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
LooperModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
WEBDEV Account Manager
WEBDEV Account Manager allows you to easily host websites developed with WEBDEV......
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose...
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......