ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Table control
The Table allows users to easily view and enter data stored in memory or from a data file, view or query...
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications...
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements...
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ...
AAF: Pasting a row from one Table control into another
Table controls are used to view and manipulate data...
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control).
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control...
Table control functions
List of functions specific to Table controls
<Table>.fromJSON (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
AAF: 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...
JSONToTable (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
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.
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
Table field linked to a data file (Table file)
A Table control linked to a data file is a field whose columns are linked to fields in a data file or query (data source)...
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.
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...
TableToJSON (Function)
Converts the contents of a Table or TreeView Table control to a JSON string.
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
<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.
The different types of Table fields: programmatically populated, file with or without direct access
WINDEV, WEBDEV and WINDEV Mobile allow you to use...
TableSetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
TableCellSelectOccurrence (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.
<Table>.ToJSON (Function)
Converts the contents of a Table or TreeView Table control to a JSON string.
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)
FAA: Data export (Table field, Hierarchical Table, RepeatString, Tree, ...)
You want to perform simulations with Excel, Word, OpenOffice...
TableAddInProgress (Function)
Gets or sets the display mode of the internal loading window used when additional elements are loaded in an Infinite Table control.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically...
<Table>.AddInProgress (Function)
Gets or sets the display mode of the internal loading window used when additional elements are loaded in an Infinite Table control.
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX...
<Table>.SetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
WDDIXIO License Agreement
WDDIXIO License Agreement...
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
DotNetRun (Function)
Runs a procedure on a .Net server.
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
Code snippets
The code editor allows you to enter "Code snippets"......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Accessing a database via a web service
The database can be accessed via a web service......
Constants for managing projects
List of constants used by the functions for managing projects....
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Description (Property)
The Description property is used to get and change the description of an element.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
WDTRAD license agreement
WDTRAD license agreement...
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......