ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Preset control properties
List of properties associated with the Preset control
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"...
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control...
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
Automated tests: Emulation functions
List of automated tests: Emulation functions...
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
RESTSend (Function)
Sends a REST request and waits for the server response.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
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......
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
8. Associating controls with data
8. Binding controls to data
A window can display information from......
<Source>.ToWindows (Function)
Automatically initializes the controls of a window 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....
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....
<Window>.FromSource (Function)
Automatically initializes the controls of a window 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....
<Page>.FromSource (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....
WindowFromSource (Function)
Automatically initializes the controls of a window 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....
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
Resizing a window (AAF)
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......