ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
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....
EmailGetAll (Function)
Retrieves all the emails found on a server.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
ShellExecute (Function)
Opens a document in its associated application.
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Step 1: Configuring the print parameters
This step allows you to choose......
fCompare (Function)
Compares the content of two files bit by bit.
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.