ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
The Dashboard control
Dashboards are essential elements in an application......
France.CheckINSEE (Function)
Tests the validity of an INSEE number (identification number of physical persons assigned by the National Institute of Statistics and Economic Studies - Institut National de la Statistique et des Etudes Economiques).
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
FilterCondition (Property)
The FilterCondition property allows you to know the selection condition set by HFilter on a data file, HFSQL view or query.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
.NET object
To access a class......
ERR_BUTTON_EXPECTED
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Including the code
You want to include your code lines in a condition, in a structure, ......
ERR_LOADMOREDLL
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Warning 124: Shadowing a global variable
15. Repeating a group of controls: loopers
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
SelectionDirection (Property)
The SelectionDirection property is used to determine and change the selection direction (left to right or right to left) in a Word Processing control.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......