ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
LocalStorageValueName (Function)
Returns the name of a value for the local storage.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
TwainProperty (Function)
Used to find out or modify the properties of the current Twain device.
10. Embedded queries
Controls in a window can be linked to a data file or existing query....
LocalStorageOccurrence (Function)
Returns the number of values for the local storage.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
BurnerAddFile (Function)
Adds a file to the compilation.
XMLSign (Function)
Signs an XML document.
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
dCopy (Function)
Copies an image to another image.
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....