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...
Permission constants
Renvoie une ou toutes les permissions déclarées par l'application....
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
diagLibrary (Type of variable)
The diagLibrary type is used to define all the advanced characteristics of a library of preset...
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use...
Search the selected text on the Internet (AAF)
The context menu of Edit controls includes a "Search on Internet" option for the term selected...
Discovering AAFs (Automatic Application Features)
Applications created with WINDEV offer users many automatic features on the different windows...
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web...
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications...
Constants for managing fonts
List of constants used by the functions for font management....
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table...
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site...
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two...
Style (Property)
The Style property is used to retrieve and assign the entire style of a control (including...
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created...
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution...
Chart constants
List of constants used by the functions for chart management....
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
Custom tooltips
Tooltips are very useful for application users......
OpenIDIdentity (Type of variable)
The OpenIDIdentity type is used to define all the advanced characteristics of a user connected...
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
Management of Google calendars (prefix syntax)
The Google Calendar service is an Internet application provided by Google that is used to manage...
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file...