ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Table control
The Table allows users to easily view and enter data stored in memory or from a data file, view or query...
Table
The "Table" keyword can correspond to...
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications...
<Table>.SearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView...
<Table>.AddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
<Table>.DeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Programming the table cells
The Table controls can be handled......
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following...
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box...
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements...
TreeView Table control functions
List of functions for managing TreeView Table controls...
Table,Display (External language)
Refreshes the Table control.
Table,Add (External language)
Adds an element to a Table control.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Table,Col (External language)
Returns the current index of the column.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
Table,Insert (External language)
Inserts an element into a table at a given position.
Table,Modify (External language)
Modifies an element in a Table control.
Table,Count (External language)
Returns the number of elements in a Table control.
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control...
Table,Get (External language)
Retrieves the value of a given element or the value of the selected element in a table.
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
Table,Select,+ (External language)
Selects an element in a Table control.
Table,Delete (External language)
Deletes an element from a Table control.
1
2
3
4
5
6
54
>