ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HIndex (Function)
Rebuilds the file index (".NDX" file).
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
HReindexAsynchronous (Function)
Rebuilds the index of an HFSQL Client/Server data file (".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.
<HFSQL connection>.ReindexAsynchronous (Function)
Rebuilds the index of an HFSQL Client/Server data file (".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.
Installing a SOAP server with Netscape iPlanet 4.1
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates...
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2...
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HFSQL constants
List of constants used by the HFSQL functions....
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Creating and handling an item
The main operations that can be performed on an item are as follows......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater...
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step...
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates...
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number...
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data...
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Installing a SOAP server with IIS
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM...