ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Help editor options
The options of the help editor ("Display......
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Error 107: Redefinition of the parameter
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
WinForceDDW (Function)
Forces the DDW (Dim Disabled Windows) feature on a window even if this window is not accessible.
<Image>.DominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image found in an Image control.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
HFSQL properties
List of HFSQL properties...
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
ERR_SESSION_CLOSED
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......