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.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate...
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ...
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor...
HCross (Function)
Crosses a record in a data file.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box,...
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
Typecasting of parameters
The description of the parameter type is optional......
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
The home page
The home page is the first page of your site......
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated...
Right (Function)
Extracts the last characters from a string or string buffer.
HToItem (Function)
Assigns the specified value to an item of the current record.
Defining a help window template
WINDEV allows you to create help window templates......
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed...
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses...
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Project description: Files tab
The project description window allows you to configure various elements of your project......
Programming custom calculations in Table controls
HFSQL properties
List of HFSQL properties...