ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
docCell (Type of variable)
The docCell type is used to define the advanced characteristics of a table cell found in a Word Processing document.
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
The Group structure
The Group structure is a preset structure of WLanguage (no declaration is required)......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
HTTPSendForm (Function)
Sends an HTTP form.
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Events associated with Table controls
List of events associated with Table controls...
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
ThreadExecute (Function)
Starts the execution of a secondary thread.