ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SOAPError (Example)
Usage example of the SOAPError function
SOAPRun (Example)
Usage example of the SOAPRun function
SOAPGetResult (Example)
Usage example of the SOAPGetResult function
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
HMode (Function)
Changes the mode and the method for locking data files.
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Using several libraries in an application
A library is a WDL file that contains all the resources......
Reduce (Function)
Applies a computation to each element of a WLanguage array.
General environment of WINDEV
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
Installing and starting WDTRAD
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
NFCSendTag (Function)
Sends a NFC tag to another device.
iPrintImage (Example)
Usage example of the iPrintImage function
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
<Array>.Reduce (Function)
Applies a computation to each element of an array.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.