ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase table....
BarVisible (Property)
The BarVisible property manages the selection bar on a column of a Table or TreeView Table control.
<Table>.RestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
<Source>.Write (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
<Table>.RefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
<Table>.ExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
<Table>.ToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
<Table>.SavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
TableInputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Implement journaled replication: Modify database schema
Log-based replication can be implemented in the data model editor......
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
HDescribeLink (Function)
Describes a link between two tables programmatically.
<Source>.Mode (Function)
Changes the mode and the method for locking tables.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
HMode (Function)
Changes the mode and the method for locking tables.
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......