ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPrintBlock (Function)
Forces a report block to print.
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
<Chart>.Color (Function)
Returns and initializes the color of different chart elements.
1. Examples provided with WINDEV Mobile
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
10. Customizing the aspect of a site: skin elements
Date (Type of variable)
The Date type enables you to easily handle the dates...
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
Utility components
WINDEV includes several utility components that allow you to handle data directly......
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Structure (Type of variable)
A structure is a custom type of data...
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Functions for managing menus (prefix syntax)
List of functions for managing menus...
Principle for running threads
At runtime, an application runs in a main thread......