ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
ERR_NO_WDADMIN
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
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)......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
1. What is a website?
Pyramid charts
Pyramid charts allow you to view data in descending order......
Reintegrating translated text into a project
Once the translation of framework libraries ("......
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
1. RAD (Rapid Application Development)
ERR_FORBIDDEN_UPDATE
ERR_FORBIDDEN_INSTALL
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Customize your charts: type, color, legends, etc.
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
8. 10 tips for better interfaces...
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
Variable scope
Variables can be declared anywhere in the code....
Creating an executable: Managing manifests
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)......
5. Project configuration