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.
zipChangePath (Example)
Usage example of the zipChangePath function
Starting WDOptimizer in a command line
HDescribeFile (Function)
Describes a table programmatically.
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors...
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
zipAddFileList (Function)
Automatically adds and compresses a list of files into a ZIP, CAB, WDZ, 7z, TAR, gzip or TGZ...
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can...
<Dashboard>.ResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
<Dashboard>.MoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
Associative array (Variable type)
An associative array is an "advanced" type of array...
Handling Organization Chart controls programmatically
You used WEBDEV 2024
Deletes a WEBDEV account from a WEBDEV Application Server....
You used WINDEV 2024
Requests the execution of a specific process....
zipExtractFile (Example)
Usage example of the zipExtractFile function
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of the HFSQL data...
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location...
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
<Kanban>.DeleteList (Function)
Deletes a list from a Kanban control.