ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
The use of the Automation type in a site is reserved for the advanced users
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
15. Project Management Hub
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Translating a text file with WDTRAD
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
Thread management functions
List of functions for managing threads...
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
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....
13. Types of standard controls
12. Synchronizing data
17. Project Management Hub
...Project Management Hub...
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.