ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
Code statistics
The code statistics affect......
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
SendKey (Function)
Simulates the keystrokes and the mouse actions.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
SQL functions: Special case
List of SQL functions: Special case...
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
Title (Property)
The Title property is used to get and change the title of an element.
GetDefinition (Function)
Retrieves the definition of element type.
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......