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...
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
9. Types of standard controls
Types of standard controls...
PC SOFT Free Technical Support
Thank you for buying one of our products......
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Operating mode of dynamic Active WEBDEV Pages
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods)...
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image...
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model...
Specific features of the applications for iPhone/iPad
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Events associated with internal windows
List of events associated with internal windows...
Using .NET assemblies in a project
To use .NET assemblies in a project......
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes,...
General exception mechanism
A process of general exception is available for all the components of the object...
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......