ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
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...
Parameters of a procedure/function
You have the ability to pass parameters to a 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...
Local procedure
Two types of procedures are available...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Typecasting of parameters
The description of the parameter type is optional...
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project...
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page...
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
7. Multilingual applications in practice
Limitations of WINDEV, WEBDEV and WINDEV Mobile
The Edit control
The Edit control allows users to enter data......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Creating and generating an external component
A component must be created from a project containing all the elements required...
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records...
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows,...
8. Windows in practice
Discover the main actions that can be performed on the windows....
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks...