ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
CommandLine
The CommandLine keyword can correspond to...
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
docElementFormula (Variable type)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
HTransactionSavepoint (Function)
Declares a transaction savepoint.
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Installing a SOAP server with IIS
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
CreateShortcut (Example)
Usage example of the CreateShortcut function
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......