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....
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
<Connection variable>.TransactionEnd (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....
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
xlsSave (Function)
Saves an XLS document.
Share your projects via Git
Git is a source code manager......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
spHash (Property)
The spHash property is used to: Get the algorithm used for salting an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the algorithm used for salting (only for "Password" items described programmatically)....
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
Project description: Options tab
The project description window allows you to configure various elements of your project......
Project description: Style tab
The project description window allows you to configure various elements of your project......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
XMLSave (Function)
Saves an XML document in a file.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
SaaSAdminWriteSiteParameter (Function)
Saves an information specific to the client.
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......