ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Source>.LockFile (Function)
Locks a table and restricts the access to this table for all other sites or applications.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
<Table>.SearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: know how to refresh a data-bound Table control linked to an HFSQL Client/Server table. specify the refresh mode of a Table control bound to an HFSQL Client/Server table....
WDModFic: Tool for automatic modification of tables
WDModFic is a tool for automated modification of tables on development and end-user workstations......
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
<Table>.StartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
<Table>.EndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<Table>.InputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
<Table>.InsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.