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...
Events associated with Flash controls
List of events associated with Flash controls...
Events associated with Splitter controls
List of events associated with Splitter controls...
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
Events associated with Edit controls
WLanguage events associated with Edit controls...
Events associated with Shape controls
List of events associated with Shape controls...
Events associated with Static controls
List of events associated with Static controls...
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
Events associated with TreeView controls
List of events associated with TreeView controls...
Events associated with Scrollbar controls
List of WLanguage events associated with Scrollbar controls...
Events associated with Image controls
List of events associated with Image controls...
Events associated with Toolbar controls
List of events associated with Toolbar controls...
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Events associated with Sidebar controls
List of events associated with Sidebar controls...
Events associated with ListView controls
List of events associated with ListView controls...
Events associated with OLE controls
List of events associated with OLE controls...
Events associated with Slider controls
List of events associated with Slider controls in a window...
Events associated with Spin controls
List of events associated with Spin controls...
Events associated with Chart controls
List of events associated with the Chart controls...
Constants for managing Toolbar controls
List of constants used by the Toolbar control management functions...
Events associated with Breadcrumb controls
List of events associated with Breadcrumb controls...
Functions for managing Breadcrumb controls
List of functions for managing Breadcrumb controls...
GOTO statement
The GOTO statement is used to run a code identified by a given label...
WinInHeight (Function)
Returns the internal height of a window (without title bar and border).
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
12. Pages in practice