ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
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....
TableGiveChild (Function)
Returns the "children" of an element (next level down) in a TreeView Table control.
<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.
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
<TreeView Table>.GiveParent (Function)
Returns the "parent" of an element (next level up) in a TreeView Table control.
HReadNext (Function)
Sets the position on the next table record according to a browse item.
HPrevious (Function)
Sets the position on the previous record of the table according to a browse item.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL table or query.
Functions for managing objects (External language)
Programming automatic calculations in the columns of a Table control
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
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......
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....
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......
hScheduling (Variable type)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed: for a scheduled HFSQL Client/Server table optimization task. for a scheduled HFSQL Client/Server table backup job. for a scheduled replication of HFSQL servers....
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....