ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grScatter3DDeleteMarkCaption (Function)
Deletes the captions of marks found in a 3D Scatter chart
TreeFind (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
SpreadsheetBorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received during a call to a REST Webservice.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
<TreeView>.Identifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
<TreeView>.ListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
<TreeView>.Find (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
<Map>.AddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
grScatter3DMarkCaption (Function)
Used to specify the mark caption for a 3D Scatter chart.
11. Controls in practice
Discover the main characteristics of the controls...
<Chart>.Scatter3DMarkCaption (Function)
Used to specify the mark caption for a 3D Scatter chart.
<Chart>.Scatter3DDeleteMarkCaption (Function)
Deletes the captions of marks found in a 3D Scatter chart
WLanguage procedure called by inAppListPurchase
Procedure ("Callback") called by inAppListPurchase when the list of purchases made is received.
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
<Image>.LayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
<Spreadsheet>.BorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
HTMLValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
<HTML Display control>.ValidateForm (Function)
Validates a form in an HTML page displayed in an HTML Display control.
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....