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>.Sort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
<Table>.RefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
<Table>.Position (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first...
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the 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...
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
<Table>.InsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
<Table>.FormulaDeleteAll (Function)
Deletes all rows added with <Table>.FormulaAdd.
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based...
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point):...
<Table>.Modify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo...
<Table>.ModifyColumn (Function)
Modifies a column in a horizontal Table control.
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
<Table>.AddInProgress (Function)
... into an infinite Table control.
<Table>.FormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status...
Table control functions
List of functions specific to Table controls...
Creating a table in a report
Tables can be created in a report......
Describing a report table
To display the table description, select "Table description" in the context menu of one...
<Table>.ToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
<Table>.ToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
<Table>.ToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
1
2
3
4
5
6
54
>