ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Accessing a database via a web service
The database can be accessed via a web service......
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them. the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users....
Code snippets
The code editor allows you to enter "Code snippets"......
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Managing assertions
...The main available features are as follows:...
Specific features of the Express version
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Events associated with Edit controls
WLanguage events associated with Edit controls...
ERR_NO_DLLEXE
HTMLFindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node).