ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

9. Sharing a project in practice
Sharing a project in practice...
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a web service to run.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
HReadNext (Function)
Sets the position on the next table record according to a browse item.
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Error 803: Return and Result cannot be used in the same process
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.