ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
HModify (Example)
Usage example of the HModify function
Constants for managing the windows
List of constants used by the functions for managing the windows...
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
Creating the Table pages of the WEBDEV RAD pattern
fTime (Example)
Usage example of the fTime function
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
HTTPRequest (Example)
Usage example of the HTTPRequest function
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
XML management: Use example
This application example manages an XML file named "Orders......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
HCopyRecord (Example)
Usage example of the HCopyRecord function
Error 204: using a parameter without optional value after parameters ...
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......