ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Table>.SwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
<Table>.InsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
ToastDisplay (Function)
Displays a "Toast" message.
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
<Table>.Insert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.SelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
<Table>.Sort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....