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...
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Code statistics
The code statistics affect......
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's day, ......
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
TwainCurrentSource (Function)
Allows you to find out and change the Twain device used by default.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Manager of automated tests
The test manager is used to......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
ScanSelect (Function)
Opens a standard dialog box with the available scanners.
sListPort (Function)
Returns the list of serial and parallel ports on the computer.
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
GetDefinition (Function)
Retrieves the definition of element type.
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
OpenSister (Function)
Opens a non-modal sibling window.