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.
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.
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Data model editor: types of links
Several types of links can be found between the files......
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
AttachPointStart (Property)
The AttachPointStart property is used to get and change the position of the start attachment point of a Wire control.
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
5. HFSQL Cient/Server
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Project description: Theme tab
The project description window allows you to configure various elements of your project......
5. Webservices
WINDEV allows you to easily use Webservices (or XML Web services)....
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
ERR_ALREADYCONNECTED
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
WEBDEV license agreement
WEBDEV license agreement...
SSL certificate validity
The robot will check that the SSL certificate expiration time is greater than the time specified in the check parameters......
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
The pages
Pages are the main interface of a WEBDEV site......