ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating nested reports
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
Using the Salesforce service
Salesforce is a very popular CRM software......
Programming custom calculations in Table controls
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
The different types of integers
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.