ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
Video functions
List of video functions...
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
BitcoinCoreHashRate (Function)
Returns the number of times per second the sha256 function had to be run to calculate the last block. This number corresponds to a proof of work.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
WDInst: Configuring the installation workstation
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
ScanDocumentFromCamera (Function)
Opens a specific window for scanning one or more documents using the phone or tablet camera. This function is equivalent to ScanFromCameraToImage....
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
Gantt Chart functions
The following WLanguage functions are used to manage the Gantt charts......
HFSQL: Change of name
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......