ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Table>.Position (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
<Table>.Modify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
<Table>.DeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table 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....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
<Table>.Delete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
The Looper control
A Looper control is used to repeat the controls found in a specific area......