ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)...
Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
WDXView: Overview
WDXView is an ActiveX browser......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
<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 table 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 table 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 table 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 table 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 table described in the data model editor. the values of the bound WLanguage variables....
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
Executable: Saving the project
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
Reloading a document
To reload a document, ......