ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
HClusterStart (Function)
Starts an HFSQL cluster. This cluster was stopped beforehand (by HClusterStop for example).
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
Table,Get (External language)
Retrieves the value of a given element or the value of the selected element in a table.
PVTCollapseAll (Function)
Collapses all row and/or column headers in a Pivot Table control....
PVTExpandAll (Function)
Expands all row and/or column headers in a Pivot Table control....
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
TableChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received during a call to a REST Webservice.
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
hbTableDescription (Type of variable)
The hbTableDescription type is used to define and find out the characteristics of an HBase table.
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
PVTCompareDateRange (Function)
Calculates and displays a date range comparison in a Pivot Table control.
<Pivot table>.CalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
<Pivot table>.ExpandAll (Function)
Expands all row and/or column headers in a Pivot Table control....
<Pivot table>.CollapseAll (Function)
Collapses all row and/or column headers in a Pivot Table control....
<TreeView Table column>.SearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
<TreeView Table>.ChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
<TreeView Table>.GiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
<TreeView Table>.InsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
HTMLWrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.