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...
Parameters of a procedure/function
You have the ability to pass parameters to a 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.
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...
Passing parameters
The parameters can be passed to a procedure...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
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.
Constants for managing the spell check
Constants for telemetry management
Constants for telemetry management...
Constants for encryption/compression
List of constants used by the encryption/compression functions...
saasSite (Type of variable)
The saasSite type is used to define the advanced characteristics of a SaaS WEBDEV site.
saasSubscription (Type of variable)
The saasSubscription type is used to define the advanced characteristics regarding the subscription...
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data...
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified...
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
SchedulerPositionDateTime
Displays a Scheduler control from a specified date or returns the date of the first day (or last...
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending...
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row...
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes...
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report...
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared...
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile)....
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
Modbus constants
Constants used by the Modbus management functions....
SpeechSynthesisVoice (Type of variable)
The SpeechSynthesisVoice type is used to get all the advanced characteristics of a speech synthesis...
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Parameters of the procedure used by fReadLine
WLanguage procedure ("Callback") called by fReadLine for each line read in the file.