ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Quick search in the current code
When coding, developers often need to do a quick search in the current code...
EXE constants
List of constants used by the functions for managing executables....
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
zipOpen (Function)
Opens an existing archive.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
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....
gglInstantMessaging (Type of variable)
The gglInstantMessaging type is used to describe and modify the characteristics of the instant messaging used by a contact...
The Group structure
The Group structure is a preset structure of WLanguage (no declaration is required)......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Custom tooltips
Tooltips are very useful for application users......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
SQLExec (Function)
Names and runs an SQL query.
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Referring to an element in a WLanguage event / process
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min