ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
The HTML Display control
The HTML Display control displays a web page in an application......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
saasSubscription (Type of variable)
The saasSubscription type is used to define the advanced characteristics regarding the subscription of a SaaS client account to a pricing.
Handling an Upload control through programming
The Upload control is used to upload one or more files....
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.