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 Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
Printing in PDF format: Special cases
Specific features of print in PDF format...
WINDEV and the SOAP protocol
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.)...
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Software Factory
The concept of software factory is used to automate the process for creating applications....
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores,...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications...
Manipulating TimeLine controls programmatically (prefix syntax)
A TimeLine control can be......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Document (Type of variable)
The Document type is used to handle a "docx" document.
ZAxisMin (Property)
The ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).
Manipulating Map controls programmatically (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service...
HFSQL Client/Server: Configuring the server
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications...
ZAxisMax (Property)
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window...
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell...