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.
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, ......
Programming automatic calculations in the columns of a Table control
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....
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......
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
CollapsedImage (Property)
The CollapsedImage property is used to: find out and/or modify the default image associated with a collapsed row in a TreeView Table control. find out and/or modify the default image associated with a collapsed row in a TreeView control. find out and/or modify the image associated with a specific collapsed row in a TreeView Table control. find out and modify the image in a collapsed row of a TreeView item in a "TreeView table" type report....
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL tables.
RTFWithImagesAndTables (Property)
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls in a report.