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...
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account...
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes...
Handling XLS files (prefix syntax)
WINDEV and WEBDEV propose two methods for handling the Excel files......
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated...
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
Managing assertions
...The main available features are as follows:...
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls...
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page...
Drawing constants
List of constants used by the drawing functions....
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
Lotus Notes constants
List of constants used by the Lotus Notes functions....
Date management constants
List of constants used by date management functions...
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple...
Creating an RSS stream
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple...
Emulating constants
List of constants used by the functions for emulating automated tests....
htmlAttribute (Type of variable)
The htmlAttribute type is used to define all the advanced characteristics of an attribute...
DnD constants
List of constants used by the functions for managing the Drag and Drop....
EXE constants
List of constants used by the functions for managing executables....