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.
Items (Property)
The Items property is used to configure the different items of a full-text index.
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used...
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used...
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes...
ManageHTML (Property)
ManageHTML is used to configure the management mode of the HTML format in a full-text index.
ManageRTF (Property)
ManageRTF is used to configure the management mode of the RTF format in a full-text index.
StopWord (Property)
The StopWord property is used to define stopwords in a full-text index defined through programming.
Synonym (Property)
The Synonym property is used to define synonyms in a programmatically defined full-text index.
<Source>.SortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view...
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file...
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view...
Testing the WEBDEV Application Server setup with an example
Adds an image to a page in an existing PDF file....
BitcoinCoreBlockHash (Function)
Returns the hash of a block identified by its index. Note: This function is only available...
<Source>.ListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
1
4
5
6
7
8
36
>