ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
PageParameter (Function)
Returns the value of a parameter passed to the current page.
Multi-project processing: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile
<gglConnection variable>.ListCalendar (Function)
Retrieves the list of Google calendars associated with the specified Google account.
<zipArchive variable>.ExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
PDFReaderClose (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
11. Popup page
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
Error 403: The item does not belong to the file
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Runtime log
The runtime log is the best way to identify the most used features of an application......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
Operations performed on object diagrams
The following paragraphs explain......