ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an insert query
An insert query (corresponding SQL statement......
Information 37: Optimize your FOR loop
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Including the code
You want to include your code lines in a condition, in a structure, ......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
<Source>.ListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Associating documents with the project
To describe a project in detail, you can associate documents with it......
<Source>.RestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
ERR_PARSER
<Chart>.ScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
<Chart>.ScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
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, ......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Polygon (Type of variable)
The Polygon type is used to define the points of a polygon.
1
2
3
4
5
6
367
>