ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
Project Management Hub: New/Fixed incidents
To improve project monitoring, the Project Management Hub shows the evolution of new and fixed incidents over a given period of time, by one or multiple contributors......
SQLExec (Function)
Names and runs an SQL query.
Automatic calculations in a Table control (AAF)
SOAPRun (Function)
Runs a procedure on a SOAP server.
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Display (External language)
Displays a value in a control or assigns a value in a variable.
<TreeView Table>.ItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
<TreeView Table>.GiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Operations performed on class diagrams
The following paragraphs explain......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Constants for managing arrays
List of constants used by the functions for array management....
Structure (Type of variable)
A structure is a custom type of data...