ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableGiveChild (Function)
Returns the "children" of an element (next level down) in a TreeView Table control.
IWListDisplay (Function)
Refreshes an "Internal window" control with automatic iteration on a table or query.
TableGiveParent (Function)
Returns the "parent" of an element (next level up) in a TreeView Table control.
<Source>.Last (Function)
Sets the position on the last record of a table according to a browse item.
HActivateFilter (Function)
Enables the filter that was previously created for the specified table (view or query).
<TreeView Table>.GiveChild (Function)
Returns the "children" of an element (next level down) in a TreeView Table control.
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server table....
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
<Source>.Alias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
PVTCollapseAll (Function)
Collapses all row and/or column headers in a Pivot Table control....
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
<Pivot Table>.ExpandAll (Function)
Expands all row and/or column headers in a Pivot Table control....
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified table (view or query).
NextIndex (Function)
Returns the number of the next row displayed in the current Table control.
<TreeView Table>.ChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
<TreeView Table>.GiveParent (Function)
Returns the "parent" of an element (next level up) in a TreeView Table control.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL table or query.
Programming automatic calculations in the columns of a Table control
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....