ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Various WEBDEV constants
Various WEBDEV constants...
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....
Optional events
By default, the codes available in the code editor correspond to the most common codes......
HOut (Example)
Usage example of the HOut function
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
HNotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
HNotifAddCCRecipient (Function)
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
HNotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
HNotifDeleteCCRecipient (Function)
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool).
HNotifDeleteEmailRecipient (Function)
Deletes the recipients of an email notification.
2. Projects in practice
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
XML functions
List of XML functions...
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
The Clickable Image control
The Clickable Image control can be used to......
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
2. Projects in practice
Discover the main operations that can be performed on a project....
13. External component in practice
External component in practice...
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......