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.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics...
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format...
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
HIndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns...
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered...
AWP without UI
Bootstrap, Angular, React, Vue......
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server...
Complete (Function)
Returns a character string of a specified length.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements...
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number...
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
How to perform a full file browse?
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described...
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information...
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
xBase files: Limits
DashDisplay (Function)
Refreshes elements in a Dashboard control.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
HDelete (Function)
Deletes a record from a data file (query or view).