ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableToExcel (Function)
Creates an Excel file with the data from 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.
<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.
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
<Table>.EndFilling (Function)
Ends 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.
<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.
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.
<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......
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
IndentLineDetails (Property)
The IndentLineDetails property is used to get or change the value of the left indent of the internal window that shows the details of a row of a Table control.
Starting WDOptimizer in a command line
Programming custom calculations in Table controls
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
1
5
6
7
8
9
175
>