ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
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.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Passing parameters
The parameters can be passed to a procedure...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled...
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code...
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
gglConnection (Type of variable)
The gglConnection type is used to describe a connection to the Google services and to manage...
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
16. Application test in practice
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
gglMarker (Type of variable)
The gglMarker type is used to define the characteristics of a marker that must be positioned...
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page...
FTP constants
List of constants used by the FTP functions....
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web...
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Java application and WINDEV
A Java application is an application entirely compiled in Java......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Reports & Queries: New features in this version
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
"Reports & Queries" software
This is "Reports & Queries"......
Designing a supercontrol
A supercontrol is an advanced type of control......
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Timeout (Property)
The Timeout property is used to get and change the time after which the connection is considered...
nWDSetCallbackNext
Set the "callback" called when using the WDKEY and RETURNWDKEY keywords for the next window to open...
PDF Reader control events
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...