ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
WDXView : Use
This help page presents the different features of WDXView......
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
SQLFirst (Function)
Positions on the first row of the query result.
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
HOpenConnection (Example)
Usage example of the HOpenConnection function
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Information 302: Ambiguity between a variable and a control
Generating the RAD pattern
To generate a RAD pattern:...
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
Different types of data (Type of variable)
A variable is defined by name and type......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.