ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<TreeView>.TypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
<Connection variable>.DuplicateDatabase (Function)
Duplicates the database associated with a connection on an HFSQL server.
<Connection variable>.ListDatabase (Function)
Lists the Client/Server databases associated with a connection....
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
InstantMessaging (Property)
The InstantMessaging keyword can correspond to: the InstantMessaging property of a variable of type Contact. an InstantMessaging variable....
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
TreeTypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
<Chart>.CategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:...
BrowserOpen (Function)
Opens a web page identified by its URL in a new browser.
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
SaaSAdminModifyClientConnection (Function)
Modifies the connection to the client database for a SaaS site.
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......