ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Size (Example)
Usage example of the Size property
The "Line" charts
In the line charts, the data is interpreted as successive y-coordinates of points......
fWrite (Example)
Usage example of the fWrite function
HDescribeItem (Example)
Usage example of the HDescribeItem function
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
HSeek (Function)
Positions on the first record of the table whose value for a specific item is greater than or equal to a search value (generic search by default).
Filtering a table, a view or a query
A filter is used to define through programming a selection of records corresponding to one or more criteria......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
HFilter (Function)
Defines and enables a filter on a data file, view or query.
The "Bubble" charts
A bubble chart shows the correlation between three variables using bubbles of different sizes: categories and values on the X and Y axes and an additional parameter.. The size of the bubble indicates the value of this third parameter.
Fixed array (Variable type)
A fixed array is an "advanced" type of array...