ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window...
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
SysIMEI (Function)
Returns the IMEI number of an Android phone.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Image control in a window
This help page presents the characteristics of an Image control found in a window...
Code editor: Display options
The code editor proposes several display options......
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Entity of a CDM
To group information according the MERISE method, entities must be created......
Environment of the report editor
Environment of the report editor...
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
dBackground (Example)
Usage example of the dBackground function
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....