ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
End
END can correspond to:
  • the END keyword of WLanguage used to specify the end of a loop.
  • the End property, which can be used on EventTimeline variables.
....
<Multimedia>.End (Function)
Positions at the end of media file played in the Multimedia control.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
LOOP statement
The statement block is repeated endlessly...
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
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)...
IF statement
The conditional IF statement allows you to run an action according to a condition...
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost,...
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary...
SendKey (Function)
Simulates the keystrokes and the mouse actions.
Events associated with windows
List of events associated with windows...
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10...
Editable reports
The report editor can be used to create form reports, which include different controls allowing...
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box...
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
8. Windows in practice
Discover the main actions that can be performed on the windows....
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily...
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example:...
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next...
Handling an Edit control programmatically
You can handle Edit controls programmatically......
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates...
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed...
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage...
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Generating an application for Universal Windows 10 App