ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
The "Analysis" pane
The "Analysis" pane lists......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Extracting the text of the project
The following text can be extracted......
Managing space characters in the searches?
Operations performed on class diagrams
The following paragraphs explain......
<emailIMAPSession variable>.CloseSession (Function)
Closes an IMAP session.
Generating a class diagram
The generation is used to create the WINDEV classes ("......
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
BitcoinCoreHashRate( Function)
Returns the number of times the sha256 function had to be calculated per second to calculate the last block.. This number corresponds to a proof of work.
<emailPOP3Session variable>.CloseSession (Function)
Closes a POP3 session.
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
DDEError (Function)
Returns the runtime status report of a DDE function.
DDESend (Function)
Sends a data to the program connected via DDE.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
DDEExecute (Function)
Sends a command that will be run on the server.
DDEUnLink (Function)
Interrupts a link between an item and a data.
DDEUpdate (Function)
Modifies a linked data.
DDERetrieve (Function)
Retrieves a data sent by a program (the recipient of the connection for the specified object).
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.