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.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored...
Display (External language)
Displays a value in a control or assigns a value in a variable.
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro...
zipDeleteFile (Function)
Deletes a file from an archive.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location...
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
H.AutoIndexingLimit (Variable)
Indicates the maximum number of records in the data file used to manage the automatic reindexing.
zipFileSize (Example)
Usage example of the zipFileSize function
HDBCreation (Function)
Ends the description of the structure of an xBase table programmatically.
HDeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.