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.
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far...
How to create a menu?
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user...
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
Android Control Center
Do you know where to find your application log files?...
The planes (in a window or in a report)
The planes are used to group the window controls......
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode...
Event
The Event keyword can correspond to:
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones...
AttachPointStart (Property)
The AttachPointStart property is used to get and change the position of the start attachment point...
AttachPointEnd (Property)
The AttachPointEnd property is used to get and change the position of the end attachment point...
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records...
Use Facebook authentication (prefix syntax)
Facebook is the world's most popular social network. It is commonly used by companies to reach...
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based...
Message (Property)
The Message property is used to: Find out the help message associated with a control...
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......