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......
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)......
Pyramid charts
Pyramid charts allow you to view data in descending order......
Reintegrating translated text into a project
Once the translation of framework libraries ("......
1. What is a website?
13. 3-Tier architecture
1. RAD (Rapid Application Development)
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
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)....
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
What is an application?
An application is a set of objects (windows, controls, ......
Data persistence
The data persistence is used to store the value typed by the user......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of 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......
Customize your charts: type, color, legends, etc.
Page contexts
In a Windows application, the information relative to a window is stored with the window......
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....
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)......
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......
8. 10 tips for better interfaces...
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
5. Project configuration