ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Image control in a page
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...
CameraListDriver (Function)
Lists the video capture drivers installed on the current computer.
CameraVideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
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...
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
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....
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
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......
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
ToastDisplay (Function)
Displays a "Toast" message.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
CameraGenerateThumbnail (Function)
Generates a thumbnail of the specified photo or video.