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.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
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.
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...
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.
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.
Passing parameters
The parameters can be passed to a procedure...
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary...
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Events associated with windows
List of events associated with windows...
Events associated with Looper controls
List of events associated with Looper controls...
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database...
Project description: Files tab
The project description window allows you to configure various elements of your project......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according...
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window...
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can...
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro...
Installing a SOAP server with Apache
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Android Widget windows
An Android application can contain one or more Widget windows......
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Compatibility between external components and deployed applications
A component can evolve in many ways......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number...
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types...
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Project description: Project tab
The project description window allows you to configure various elements of your project......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file...
Events associated with Table controls
List of events associated with Table controls...