ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Index (Property)
The Index property is used to get the index of an element.
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
<Source>.StatCalculate (Function)
Collects statistics on table keys.
<Looper>.Select (Function)
Returns the index of the selected element in a Looper control.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
HCheckIndex (Function)
Checks whether the data found in the index table (.NDX file) properly refers the data found in the table (.FIC file).
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
Partial indexing of memos
You now have the ability to index the content of a text memo item...
HDBIndex (Function)
Opens an xBase index file.
<HFSQL connection>.StatCalculateAsynchronous (Function)
Gets various statistics on the keys of an HFSQL Client/Server table.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
CurrentIndex (Function)
Depending on the specified control, returns:
  • the number of the current row displayed in the current Table control,
  • the number of the option with focus in a Check Box control,
  • the number of the current row in the current Looper control,
  • the index of the current indexed control.
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
<HFSQL connection>.CheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server table (.FIC file).
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
<Looper>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
<Source>.CheckIndex (Function)
Checks whether the data found in the index table (.NDX file) properly refers the data found in the table (.FIC file).
HStatDate (Function)
Returns the date of the last update for the index statistics.
HStatTime (Function)
Returns the time of the last update for the index statistics.
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
HStatCalculate (Function)
Collects statistics on table keys.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
HStatCalculateAsynchronous (Function)
Gets various statistics on the keys of an HFSQL Client/Server table.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
HCheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server table (.FIC file).
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
The indexed controls
A control is an indexed control if it contains several controls with the same name...
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
<Source>.Optimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
Items used in a select query
A query created in the query editor can contain several types of items......
Extracting the text of the project
The following text can be extracted......
Table,Display (External language)
Refreshes the Table control.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
Programming an indexed control
SNMPGetTable (Function)
Reads a table of SNMP values.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
HFSQL Control Center: Optimize and repair data files
The HFSQL Control Center optimizes and repairs HFSQL data files in both Classic and Client/Server...
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item...
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account...
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
docCell (Type of variable)
The docCell type is used to define the advanced characteristics of a table cell found in a Word...
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control...