ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing emails
List of constants used by the functions for managing emails....
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
HServerStatus (Function)
Allows you to find out the status of a HFSQL server (this function uses the MantaManager service).
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
Constants for the Exif functions
List of constants used by the Exif functions....
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
fRead (Example)
Usage example of the fRead function
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
2. Examples and components provided with WEBDEV
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
FTPConnect (Example)
Usage example of the FTPConnect function