ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
5. Displaying a WEBDEV Session site
13. Print: Reports
WINDEV reports...
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Binding a Combo Box control to an item
DecimalPart (Function)
Returns the decimal part of a number.
IntegerPart (Function)
Returns the integer part of a number.
The requested action cannot been performed: the page was not synchronized
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
13. Universal replication
12. Universal replication
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
The Cell control
The Cell control contains controls......
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Truncate (Function)
Truncates the right part of a string or buffer.
Overview of external languages
6. Editing a page: zoning mode
<Source>.ListItem (Function)
Returns the list of items in a data file (query or view) recognized by the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
<Page>.FromFile (Function)
Automatically updates the controls of a 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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
FileToPage (Function)
Automatically updates the controls of a 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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
12. Pages in practice
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.