ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
hbCreateTable (Function)
Creates an HBase table or modifies the description of an HBase table.
<Table>.InsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Table>.AddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableInsertLine (Function)
Inserts a row into: a Table control, a 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....
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
<Table>.DeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
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......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Programming custom calculations in Table controls
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
<Table>.StartFilling (Function)
Starts 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.