ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Print constants
List of constants used by the print functions....
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
The different types of integers
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Global and local variable
Two types of variables are available......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Drawing constants
List of constants used by the drawing functions....
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......