ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.
5. Project configuration
3. Project dashboard
8. If you are already familiar with WINDEV
1. What is the WEBDEV administrator used for
7. Source Code Manager (SCM)
22. Report templates
<Camera>.Status (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
<Combo Box>.Open (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Manipulating a Layout control programmatically
A Layout control can be......
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
How to use an array of structures?
An array of structures is an Array variable......
grRealTimeInterval (Function)
Sets the time interval visible in a time chart with real-time display.
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
3. WINDEV Mobile: Android, iOS, UWP...
WINDEV Mobile applications can run on the following platforms...
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
9. Application menus
Menus are displayed in different ways......
<Camera>.Display (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
<Chart>.HMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
<Chart>.HMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......