ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
Functions for handling directories and external files (prefix syntax)
External file functions (prefix syntax)...
<Scanner variable>.WithUserInterface (Function)
Saves a document from a scanner to one or more files, using the scanner's user interface....
Compression / encryption functions (prefix syntax)
The following functions are used to handle encryption and compression, using prefix syntax:
Certificate functions (prefix syntax)
The following functions are used to handle Windows certificates, using prefix syntax:
ScanWithUserInterface (Function)
Saves a document from a scanner to one or more files, using the scanner's user interface....
<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....
<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....
SourceToScreen (Function)
Automatically updates the controls in a window or 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....
8. If you are already familiar with WINDEV
<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....
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
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, ......
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....
26. Style sheets: to simplify the layout
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
8. Binding controls to data
A window can display information from......
8. Associating controls with data
Resizing a window (AAF)
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found in a List Box control or in a Combo Box control.
Error 27: No END statement is associated with this ELSE
Error 28: No END statement is associated with this SWITCH