ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
Constants for managing certificates
Associating documents with the project
To describe a project in detail, you can associate documents with it......
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
ThreadExecute (Function)
Starts the execution of a secondary thread.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
gglPhoneNumber (Type of variable)
The gglPhoneNumber type is used to describe and modify the phone number of a contact...
CameraRequestPermission (Function)
Requests permission to use the device's camera....
CurrentWin (Function)
Identifies the window currently in edit.
pdfAttachment (Type of variable)
The pdfAttachment type is used to define all the advanced characteristics of an attachment in a PDF document.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
Constants for manging the replication
List of constants used by the functions for managing the replication....
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....