ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Calling a procedure/a function
Syntax for calling a local or global procedure.
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
Creating a select query
A select query (corresponding SQL statement......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Windows
The windows represent the main interface of a WINDEV application......
Local procedure
Two types of procedures are available......
Sub-query
A sub-query is a query whose result is used by another query......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
fCurrentDir (Function)
Identifies or modifies the current directory.
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Title (Property)
The Title property is used to get and change the title of an element.
docCell (Type of variable)
The docCell type is used to define the advanced characteristics of a table cell found in a Word Processing document.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
TreeView Table control functions
List of functions for managing TreeView Table controls...
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
DeleteVoiceCommand (Function)
Deletes a voice command that was added by AddVoiceCommand. From version 17, this function is replaced by SpeechRecognitionDeleteCommand.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
modbusSession (Type of variable)
The modbusSession type is used to identify a connection to a Modbus server.
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min