ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
WBAdminAuth (Type of variable)
The WBAdminAuth type allows you to define all the advanced characteristics of the API used to remotely manage a WEBDEV Application Server.
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
fSelect (Function)
Opens the Windows file picker.
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding the SaaS sites of a WEBDEV Application Server......
Project description: Project tab
The project description window allows you to configure various elements of your project......
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
Events associated with Tab controls
List of events associated with Tab controls...
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Variable scope
Variables can be declared anywhere in the code....
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Referring to an element in a WLanguage event / process