ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
<Table>.FormulaDeleteAll (Function)
Deletes all rows added with <Table>.FormulaAdd.
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)...
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
PVTCalculateAllAsynchronous (Function)
Entirely calculates or recalculates a Pivot Table control, without blocking the application.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
<Source>.SavePosition (Function)
Stores the current context of a table: current record, filter, read pointers.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a table
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
SchedulerDisplay (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL table, for example).
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
<Table>.FormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
<Pivot Table>.CalculateAllAsynchronous (Function)
Entirely calculates or recalculates a Pivot Table control, without blocking the application.
HModify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
Break functions
The following functions are used to manage loopers in the Table controls and the Looper controls:...
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
HListKey (Function)
Returns the list of keys in a table (query or view) recognized by the HFSQL engine.
<TreeView Table>.AddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server table......
<Source>.First (Function)
Sets the position on the first record of a table according to the specified browse item.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
<Pivot Table>.ListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
<Source>.ListKey (Function)
Returns the list of keys in a table (query or view) recognized by the HFSQL engine.