ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parameters of a procedure/function
You have the ability to pass parameters to 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...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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.
Passing parameters
The parameters can be passed to a procedure...
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.
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user...
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed...
Time management help
Time management is extremely important......
Configuring the IIS 7/7.5 server
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
WINDEV License Agreement
WINDEV License Agreement...
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50...
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Declaring and using a variable
A variable is defined by name and type......
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
Using an external component in an application
A component can be reused at any time in any application......
Events associated with the project
List of events associated with the project...
WEBDEV license agreement
WEBDEV license agreement...
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV...
Multilingual project
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
7. Multilingual sites in practice
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane...
Classes, members, methods and properties
A class is made of......