ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
Organization Chart control properties
An Organization Chart control can be handled in a window by the following WLanguage properties......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Events associated with internal windows
List of events associated with internal windows...
Hour (Keyword)
The Hour keyword can correspond to: the Time variable. the Time property which is used to get and change the time of an element....
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
fSelect (Function)
Opens the Windows file picker.
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
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......
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
Popup window
WINDEV allows you to open windows in popup format......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Events associated with ListView controls
List of events associated with ListView controls...
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
PDF Reader control events