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.
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location...
You used WINDEV Mobile 2024
Retrieves the brightness of a UPnP device....
<Kanban>.DeleteList (Function)
Deletes a list from a Kanban control.
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
<Kanban>.DeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
<Image>.ScrollingPosition (Function)
Returns the displayed image.
<Kanban list>.DeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
<GuidedTour>.ChangeStep (Function)
Moves to another step of the Guided Tour.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can...
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,...
<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
<Dashboard>.InitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table...
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored...
<zipArchive variable>.FileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ...
<Menu>.Delete (Function)
Deletes a menu or a menu option.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.