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...
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic tab). Modify the type of a Tab control (static tab or dynamic tab)....
RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
The Clickable Image control
The Clickable Image control can be used to......
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Creating the link buttons in the windows of a WINDEV RAD pattern
Associating a control with a tab pane
Methods to associate a control with a tab pane......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
<Camera>.Photo (Function)
Allows you to take a photo from an Android device with the properties of the Camera control passed as parameter.