ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 102: The constants can be defined in the initialization code of project, ...
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
Scheduler report
The report editor allows you to create "Scheduler" reports....
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
Using the Wi-Fi
WINDEV and WINDEV Mobile propose the WiFi functions to easily access the Wi-Fi networks......
Outstanding progress bars
Simple or symmetric progress bar?...
ERR_FORBIDDEN_UPDATE
ERR_FORBIDDEN_INSTALL
3-tier architecture
The development in "3-tier" architecture is now simplified......
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Handling a control through programming in a report
All report controls can be handled through programming......
Hash functions
Hashing is used to summarize a file or a character string......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....