ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
tapiDial (Function)
Dials a phone number for a voice line.
fTrackFile (Function)
Triggers the tracking of a file.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
BackgroundImagePrinted (Property)
The BackgroundImagePrinted is used to: Determine if the background image of a report (form or other) should be printed. Print (or not) the background image of a report....
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
HAdd (Example)
Usage example of the HAdd function
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
Discover all the possibilities of pivot tables
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
Euro constants
List of constants used by the functions for managing the Euro....
OrientationTitle (Property)
The OrientationTitle property is used to: Find out if the title of an Table control column (or all Table control columns) are tilted.. Tilt or not the title of an Table control column (or of all Table control columns)....
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
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.
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)......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......