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...
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
Control (Type of variable)
The Control type is used to define the characteristics of a control.
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
Creating the Relation windows of a WINDEV RAD pattern
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Various constants
List of various constants used by the constants WINDEV functions....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
Border of controls
One of the most important elements of control style is its border......
iPrintReport (Function)
Prints a report created with the report editor.
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......