ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
MatWrite (Example)
Usage example of the MatWrite function
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Automation object
The Automation keyword is used to declare an automation object...
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Deploying a WEBDEV website to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV website (in Session or AWP mode) on a remote Application Server requires......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Thread execution
At runtime, an application runs in a main thread......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.