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.
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
TreeMapSeek (Function)
Finds the index of an element in a TreeMap control from the element path.
TreeMapSearch (Function)
Finds the index of an element in a TreeMap control from the element path.
OrgSelect (Function)
Returns the index of the selected element in an Organization Chart control.
<TreeMap>.Seek (Function)
Finds the index of an element in a TreeMap control from the element path.
<Organization Chart>.Select (Function)
Returns the index of the selected element in an Organization Chart control.
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
<Window>.CurrentLayout (Function)
Returns the index of the current layout in the window or internal window.
TreeMapInfoXY (Function)
Returns the index of the element displayed at a given position in a TreeMap control.
<TreeMap>.InfoXY (Function)
Returns the index of the element displayed at a given position in a TreeMap control.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
List,Insert (External language)
Inserts an element at the given index of a drop-down or expanded list.
OrgInfoXY (Function)
Returns the index of the element found at a given position in an Organization Chart control.
HListSynonym (Function)
Returns the list of synonyms used by a full-text index.
<Organization Chart>.InfoXY (Function)
Returns the index of the element found at a given position in an Organization Chart control.
<Looper>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
1
2
3
4
5
6
19
>