ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ServiceWait (Function)
Pauses the current service during the specified duration.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
TreeDisplay (Function)
Refreshes a TreeView control from a given position.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
OpenMainMenu (Function)
Opens the main menu of the current window.
docElementFormula (Variable type)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
tapiDial (Function)
Dials a phone number for a voice line.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
EmailCheckAddress (Function)
Checks the validity of an email address.
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......