ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project.
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.
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.
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...
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.
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Passing parameters
The parameters can be passed to a procedure...
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves...
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones...
State (Property)
The State property is used to get and change the state of an element.
Interactive notification management constants
Interactive notification management constants...
The List Box control
The List Box control is used to display a list of elements and to select one or more elements...
The Organizer control
The Organizer control is used to display and handle organizers......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example:...
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop...
rssCloud (Type of variable)
The rssCloud type is used to describe the method for subscribing to the notifications...
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
rssSource (Type of variable)
The rssSource type is used to describe the source of an entry for an RSS stream...
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications....
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed...
Obtaining an SSL certificate for IIS2 (2.0 or later)
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange...
Welcome to Reports & Queries
Reports & Queries is used to......
TreeMap control properties
A TreeMap control can be handled in a window by the following WLanguage properties.