ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
HCheckStructure (Function)
Defines the mode for comparing data files.
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
App shortcuts
App shortcuts are an Android feature that allows users to quickly perform specific actions in an application without having to open the full application......
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Using several libraries in an application
A library is a WDL file that contains all the resources......
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
Creating a select query
A select query (corresponding SQL statement......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Generating an application for Universal Windows 10 App
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
Events associated with the project
List of events associated with the project...
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Border (Type of variable)
The Border type is used to handle a border through programming...
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
Calling a procedure/a function
Syntax for calling a local or global procedure.