ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
ODBC driver for HFSQL Classic and HFSQL Client/Server - License agreement
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Installing and starting WDTRAD
Service variable
The Service variable is used to......
13. Debugger
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
Check model
You can use check models to easily create checks...
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......