ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.ToPage (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)....
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Check: Log of a WEBDEV site
The monitoring robot will retrieve the log of the day for a WEBDEV application on the associated FTP server......
<Window>.FromFile (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 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)....
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
The key items
Keys are specific items in your analysis......
<emailNotesSession variable>.NbMessage (Function)
Returns the number of incoming messages in Notes.
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
16. Application test in practice
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Info (Function)
Displays a custom message in a system information window.
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
WINDEV: Example of programmed Drag and Drop
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
PageToFile (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. The table items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Table populated programmatically: handling in WLanguage
Here is an overview of how to manipulate Table controls populated programmatically in WLanguage....