ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

App Tracking Transparency - Activity tracking
App Tracking Transparency enables users to authorize an iOS app to track their activity on third-party mobile apps and websites for advertising or data sharing purposes......
SysNation (Function)
Returns the nation currently used by the system.
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
How to create a patch?
Locking data files: correspondence between WINDEV 5.5 and the later versions
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Constants for WLanguage types
List of constants for managing WLanguage types....
HOpen (Function)
Opens a data file.
HIndex (Function)
Rebuilds the file index (".NDX" file).
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Help about new features: Letting users know about changes
Applications are constantly evolving......
ModifierPanelVisible (Property)
The ModifierPanelVisible property is used to: determine if the "Modifier" panel is displayed in a Diagram Editor control. show or hide the "Modifier" panel in a Diagram Editor control....
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
HeaderVisible (Property)
The HeaderVisible property is used to: Determine if the row and column headers are displayed in a Spreadsheet control. Show or hide the row and column headers in a Spreadsheet control....
PageBorderVisible (Property)
The PageBorderVisible property is used to: determine if the page borders are displayed in a Diagram Editor control. show or hide the page borders in a Diagram Editor control....
LibraryPanelVisible (Property)
The LibrayPanelVisible property is used to: determine if the "Library" panel is displayed in a Diagram Editor control. show or hide the "Library" panel in a Diagram Editor control....
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
The planes in WEBDEV
The planes are used to group the controls of an element......
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).