ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Reloading a document
To reload a document, ...
ShellExecute (Function)
Opens a document in its associated application.
Associating documents with the project
To describe a project in detail, you can associate documents with it...
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLClose (Function)
Closes an XML document created by XMLDocument.
XMLDocument (Function)
Creates a new XML document.
XMLRoot (Function)
Positions on the root tag of an XML document.
Calling a procedure/a function
Syntax for calling a local or global procedure.
WDINT, WDTRAD and WDDIXIO: Translation tools
Native Sybase Connector for WINDEV and WEBDEV 2024
8. 10 tips for better interfaces...
Reserved WEBDEV Application Server - License Agreement
Reserved WEBDEV Application Server - License Agreement...
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified...
Set of procedures
The global procedures are grouped in set of procedures......
Local procedure
Two types of procedures are available......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Native Oracle Connector for WINDEV and WEBDEV
Native SQL Server Connector for WINDEV and WEBDEV 2024
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic...
3. UML models in practice