ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
WINDEV License Agreement
WINDEV License Agreement...
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Managing space characters in the searches?
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
CameraConfigure (Function)
Allows you to configure the video capture driver.
VideoConfigure (Function)
Allows you to configure the video capture driver.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
RegistryRename (Function)
Renames a key in the registry.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
SQL view
An SQL view is a virtual data source defined by an SQL query......
2. Projects in practice
Discover the main operations that can be performed on a project....
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....