ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing projects
List of constants used by the functions for managing projects....
Properties associated with a window
List of properties associated with a window...
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
WinStatus (Function)
Identifies or modifies the window status.
2. Types of setup
Types of setup...
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
Sidebar control properties
List of properties associated with the Sidebar control...
HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
Advanced types
The advanced types of WLanguage are as follows...
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
General environment of WINDEV
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.