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...
HTML constants
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering...
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating...
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient...
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Managing duplicates in the TreeView controls (prefix syntax)
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......
Assignment operators
Three assignment operators are available......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform...
CaptionWidth (Property)
The CaptionWidth property is used to get and change the width reserved for the text area in an Edit...
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
docNumbering (Type of variable)
The docNumbering type is used to define the advanced characteristics of a numbering used in a Word...
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using...
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
docHeaderFooter (Type of variable)
The docHeaderFooter type is used to define the text of the different paragraphs found in a page...
RowDetailsBinding (Property)
The RowDetailsBinding property allows you to identify and modify the data binding used to display...
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......