ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
Extracting the text of the project
The following text can be extracted......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
iPreview (Function)
Configures the print destination.
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
Classes, members, methods and properties
A class is made of......
13. Security benefit: managing the "Back" button
Set of procedures
The global procedures are grouped in set of procedures......
End of break block
The End of break block is optional......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Managing the runtime errors
Some errors may occur in your application......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
ConfigureAAF (Function)
Used to specify the behavior of some Automatic Application Features (AAF).
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......