ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control.
The Table control
The Table allows users to easily view and enter data stored in memory or from a table, view or query...
Table control functions
List of functions specific to Table controls
AAF: Pasting a row from one Table control into another
Table controls are used to view and manipulate data...
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control...
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements...
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically...
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX...
<Table>.ToJSON (Function)
Converts the contents of a Table or TreeView Table control to a JSON string.
FAA: Data export (Table field, Hierarchical Table, RepeatString, Tree, ...)
You want to perform simulations with Excel, Word, OpenOffice...
<Table>.fromJSON (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
FAA: Increase the height of the lines in the Table or RepeatString fields.
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit...
The different types of Table fields: programmatically populated, file with or without direct access
WINDEV, WEBDEV and WINDEV Mobile allow you to use...
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
<Table>.RefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
Table field linked to a table (Table file)
A data-bound Table control linked to a table is a field whose columns are linked to fields in a table or query (data source)...
JSONToTable (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
AAF: Automatic column filtering of Table Column controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example...
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
InitialState (Property)
The InitialState property is used to get the initial state of a control.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Functions for managing TreeView controls (prefix syntax)
The following functions are used to manage TreeView controls (prefix syntax):
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
WinGiveSuitableHeight (Function)
Returns the height of a window, adapted to the content of controls.
TreeView control functions
The following functions are used to manage TreeView controls:...
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
Count (Property)
The Count property returns the number of elements in a given set.
XLS file handling functions
List of functions for managing XLS files...
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.