ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing main window menus
A main menu is necessarily associated with a window...
Manipulating menu options programmatically
Menu options can be manipulated...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)...
Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
fStopCompress (Example)
Usage example of the fStopCompress function
2. How to test a site?
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
OCRExtractText (Function)
Reads the text contained in an image.
HAddGroup (Function)
Adds a group of users.
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Page constants
List of constants used by page functions....
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
zipSize (Example)
Usage example of the zipSize function
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
Compile (Example)
Usage example of the Compile function
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Type (Example)
Usage example of the Type property