ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Table>.DeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Table>.ToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
<Table>.AddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
France.CheckSIREN (Function)
Checks the validity of a French SIREN number (Système d'Identification du Répertoire des Entreprises)....
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
TableStartFilling (Function)
Starts 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.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
1
2
3
4
5
6
93
>