ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Reloading a document
To reload a document, ...
XMLRoot (Function)
Positions on the root tag of an XML document.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
Associating documents with the project
To describe a project in detail, you can associate documents with it...
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLDocument (Function)
Creates a new XML document.
XMLClose (Function)
Closes an XML document created by XMLDocument.
ShellExecute (Function)
Opens a document in its associated application.
<docFragment variable>.Add (Function)
Adds an element, text or image at the end of a docFragment variable.
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Report viewer: Proposing several reports
In the document preview, end users can......
<gglConnection variable>.Disconnect (Function)
Disconnects the user from the Google services used. During the next re-connection,...
<gglConnection variable>.Connect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
GglDisconnect (Function)
Disconnects the user from the Google services used. During the next re-connection,...
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
ScanProperty (Function)
Used to get and change the properties of a scanner.
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
TwainScanArea (Function)
Used to define or re-initialize the area to scan.
Step 2: Creating print fonts
document......
Classes, members, methods and properties
A class is made of......
The OLE control
The OLE control is used to handle an OLE object......
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements...
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Reserved WEBDEV Application Server - License Agreement
Reserved WEBDEV Application Server - License Agreement...
WDINT, WDTRAD and WDDIXIO: Translation tools
Native Sybase Connector for WINDEV and WEBDEV 2024
8. 10 tips for better interfaces...
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified...
Global procedure/function
A global procedure can be used in all the processes or events of the project....