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...
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2...
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing...
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control....
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard...
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Time (Type of variable)
The Time type is used to easily handle the times...
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Programming an indexed control
Manager of automated tests
The test manager is used to......
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