ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
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....
Analysis links
The links are used to link the files found in an analysis between themselves......
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
Query and project
DecryptStandard (Function)
Decrypts a message that was encrypted with a symmetrical encryption algorithm (AES, DES, etc.).
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
Table,Col (External language)
Returns the current index of the column.
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
WDMap: Add, modify and delete records in a table
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a table......
ERR_NO_APPLICATION
NoteDelete (Function)
Deletes a repositionable note found in the current window.