ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SelectionColor (Function)
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
Table control functions
List of functions specific to Table controls...
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
HTML (Property)
The HTML property is used to configure the use of HTML content.
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
hbListTable (Function)
Retrieves the list of tables found on an HBase server.
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
TreeView Table control functions
List of functions for managing TreeView Table controls...
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.
Pivot Table control functions
Pivot Table control functions...
PVTLoad (Function)
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
FolderModeImage (Property)
The FolderModeImage property is used to get and change the display mode of the folder image in TreeView and TreeView Table controls.
hbWriting (Type of variable)
The hbWriting type is used to define the characteristics of a write operation that will be performed in a row (record) of an HBase table.
<Pivot table>.Load (Function)
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
<Table>.AddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
HTMLValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.