ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Files tab
The project description window allows you to configure various elements of your project......
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Installing a Webservice (old format)
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
29. SEO in practice
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window......
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Examples for using the OLE DB provider for HFSQL
FileDisplay (Function)
Displays a file in the browser of Web user.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Facebook constants
The following constants are used by the functions for managing Facebook connections:...
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.