ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Scheduler report
The report editor allows you to create "Scheduler" reports....
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Inherited (Property)
The Inherited property is used to determine if an element is inherited.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
Alias (Property)
The Alias property gets the alias of an element.
Creating a select query
A select query (corresponding SQL statement......
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter in a "sub-modeling"......
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Declaration (Property)
The Declaration property is used to define a type.
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......