ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
Break management functions
The following functions are used to manage loopers in the Table controls and the Looper controls:...
hbWrite (Function)
Writes cells (values of items) to one or more rows (records) in an HBase table.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
<Pivot table>.InfoXY (Function)
Returns the values of headers corresponding to a position in a Pivot Table control in pixels.
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
<Pivot table>.Save (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
Functions for managing Pivot Table controls (prefix syntax)
Functions for managing Pivot Table controls (prefix syntax)...
<TreeView Table>.AddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
<TreeView Table>.ItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)...
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
9. Types of standard controls
Types of standard controls...
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
UPNPModifyVolume (Function)
Change the volume of a UPnP device.
UPNPGetVolume (Function)
Retrieves the volume of a UPnP device.
<upnpDevice variable>.ModifyVolume (Function)
Change the volume of a UPnP device.
<upnpDevice variable>.GetVolume (Function)
Retrieves the volume of a UPnP device.
MCIVolume (Function)
Modifies or returns the sound volume.
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
PVTSelect (Function)
Allows you to find out the position of selected cells and to select cells in a Pivot Table control.