ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Associative array (Type of variable)
An associative array is an "advanced" type of array...
MyWindow (Reserved word)
MyWindow is used to handle the current window...
ThreadExecute (Function)
Starts the execution of a secondary thread.
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
SpeechSynthesisVoice (Variable type)
The SpeechSynthesisVoice type is used to get all the advanced characteristics of a speech synthesis voice.
Document (Type of variable)
The Document type is used to handle a "docx" document.
GuidedTourStep (Variable type)
The GuidedTourStep is used to define all the advanced characteristics of a step of a Guided Tour.
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipDeleteFile (Function)
Deletes a file from an archive.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
DownloadParameter (Variable type)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
hdfsRights (Variable type)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
Socket: create a standard socket server
WINDEV allows you to create a standard socket server......