ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Image control in a page
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table 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....
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
WDMap: View records in a table
WDMap is used to view the records found in a table......
HNoModif (Function)
Forbids all the modifications on a table (for all the programs, including the one that requested the no-modification policy).
HSetLog (Function)
Enables or disables log management on a file.
HFlush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Thread management functions
List of functions for managing threads...
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.