ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Debugger
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
The "Site directory" pane
The "Site directory" pane is used to manage the "<My project>_WEB" directory of the current project......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
Context Menu control events
A Contextual Menu control can be manipulated in WLanguage in an Page with the following properties......
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
Merging differences (SCM)
Video control properties
The following properties can be used on a Video control:...
RegistryListKey (Function)
Lists the sub-keys of a registry key.
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Android Control Center
Do you know where to find your application log files?...
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
2. Modes to install an application
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......