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...
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported...
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
Replication management functions
Three types of replication are proposed......
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage...
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported...
Handling Scheduler controls programmatically
A Scheduler control can be......
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types...
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL...
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Detailed use of WINDEV FTP/RPC
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version...
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
Native Access to SAP
SAP is a widely used ERP......
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption...
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files...
Handling an element of a TreeView control programmatically
the WLanguage functions......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....