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...
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
LCommand (External language)
Returns the command line passed in parameter to the executable program.
Creating a RAD pattern
From version 12, a new RAD technology has appeared......
WDConver : Use in command line mode
...Using WDConver in command line mode consists in running a conversion description created and saved...
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function...
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
ByReference (Property)
The ByReference property is used to determine if a procedure parameter was passed by reference.
LDAPValue (Function)
Returns the value corresponding to the subscript passed as parameter for the specified attribute.
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Enumeration (Type of variable)
An enumeration is a set of values......
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure...
1
4
5
6
7
8
62
>