ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HRetrieveItem (Function)
Returns the content of an item found in the current record (in the table, view, query, ...).
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)...
<Table>.FormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
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.
HInfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server table....
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the table, view, query, ...).
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a table.
<Scheduler>.Display (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL table, for example).
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
Item Description (Variable type)
An Item Description variable is used to describe one or more items in a table programmatically.
<Source>.ChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
<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.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
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
<Pivot Table>.InfoXY (Function)
Returns the values of headers corresponding to a position in a Pivot Table control in pixels.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.