ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a procedure...
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.
Local procedure
Two types of procedures are available...
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.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or...
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control...
User report editor (Reports & Queries)
A report provides a custom view of data......
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed....
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Organizer report
The report editor gives you the ability to create "Organizer" reports....
docRow (Type of variable)
The docRow type is used to define the advanced characteristics of a table row in a Word Processing...
Handling a TreeMap through programming (prefix syntax)
WINDEV allows you manipulate a TreeMap control through programming....
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
docColumn (Type of variable)
The docColumn type is used to define the advanced characteristics of a table column found in a Word...
Handling Spreadsheet controls programmatically (in a window) (prefix syntax)
A Spreadsheet control found in a window can be handled through programming......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact...
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
MultiWorksheet (Property)
The MultiWorksheet property is used to: Find out whether a Spreadsheet control manages several...
CurrentWorksheet (Property)
The CurrentWorksheet property is used to get and change the current worksheet in a Spreadsheet...
NbWorksheet (Property)
The NbWorksheet property is used to get the number of worksheets in a Spreadsheet control.
Date (Type of variable)
The Date type enables you to easily handle the dates...
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Scheduler report
The report editor allows you to create "Scheduler" reports....
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes...
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose...
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element:...
Type (Property)
The Type property is used to get: the type of element (data file or item) defined...