ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TwainSelectSource (Function)
Displays a standard dialog box used to list the different Twain devices available on the current computer.
Hasp functions
The dongles of Hasp family (Hasp3, Hasp4, NetHasp, memoHasp and Hasp HL) are used to protect the applications developed with WINDEV or WEBDEV......
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
4. UI: Windows
IU of windows...
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
DateToInteger (Function)
Converts a date to an integer.
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
User Groupware: Multilingual applications
If your application is multilingual, it is also necessary to manage multilingualism in the User Groupware windows/pages......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
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......