ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table control functions
List of functions specific to Table controls
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements...
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control...
FAA: Data export (Table field, Hierarchical Table, RepeatString, Tree, ...)
You want to perform simulations with Excel, Word, OpenOffice...
<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)
<Table>.RefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
<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.
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...
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX...
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.
FAA: Automatic 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...
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
Crosstab report
The report editor allows you to create "Crosstab" reports......
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
<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.
<TreeView Table>.DeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
Binding controls to data
A window or page can display information from......
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
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.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
LeftIndent (Property)
The LeftIndent property is used to get and change the space to the left of the text in a control.
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
ControlClone (Function)
Creates a new control from an existing control.
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.