ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
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.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic tab). Modify the type of a Tab control (static tab or dynamic tab)....
1. Examples provided with WINDEV Mobile
Exports a page contained in a Document variable in image format....
GeometryOverlap (Function)
Determines whether two geometries overlap.
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
GeometryUnion (Function)
Returns a geometry corresponding to the union of two geometries.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Database schema editor: the different types of links
There are different types of links between the tables......
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....