ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Break functions
The following functions are used to manage loopers in the Table controls and the Looper controls:...
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a table.
<Pivot Table>.CalculateAllAsynchronous (Function)
Entirely calculates or recalculates a Pivot Table control, without blocking the application.
<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.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
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.
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
<Table>.FormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
<TreeView Table>.AddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
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.
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
<Pivot Table>.Save (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
Implementing the log process in an application
Regardless of the tables used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these tables......
<Source>.CancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the table is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server tables....
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......