ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Generating the setup program
The last wizard step for creating the setup program allows you to......
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
ErrorThrow (Function)
Throw a non-fatal error.
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Copying and cloning
Variables are copied using the "=" operator...
ERR_MAX_CONNECTION
...ERR_MAX_CONNECTION...
13. Print: Reports
WINDEV reports...
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
Error 1021: The method of the class is not global
Error 1: Syntax error
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
<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....
Reintegrating translated text into a project
Once the translation of framework libraries ("......
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
ERR_NO_WDADMIN
9. Internal component
Configuring the setup program
Two tools can be used to create a setup program......
iColumnEnd (Function)
Forces a column break in a multi-column report.