ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
Handling menu options programmatically
The menu options can be handled......
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
Environment of the query editor
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
16. Java applications in practice
Java applications in practice...
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......