ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDTRAD options
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
Document (Type of variable)
The Document type is used to handle a "docx" document.
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Constants for managing Wi-Fi functions
Constants for managing Wi-Fi functions...
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos......
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
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....
BackgroundTaskAdd (Function)
Adds a new background task.
WDDeploy features
WDDeploy can be used to......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Automatic calculations in a Table control (AAF)
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
Page with parameters
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......