ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HIndex (Function)
Rebuilds the file index (".NDX" file).
<HFSQL connection>.ReindexAsynchronous (Function)
Rebuilds the index of an HFSQL Client/Server table (".NDX" file). This operation is asynchronous, i.e., it is performed on the server and does not block the client side.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
HReindexAsynchronous (Function)
Rebuilds the index of an HFSQL Client/Server table (".NDX" file). This operation is asynchronous, i.e., it is performed on the server and does not block the client side.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, tables displayed in a Combo...
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
URI (Variable type)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files...
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files...
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable....
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found...
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal...
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
WINDEV 2025 Update
Here are the new features and improvements that you will discover in this version......
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box...
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept...
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific...
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
HFilter (Function)
Defines and enables a filter on a data file, view or query.