ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
Action Bar control events
Utility components
WINDEV includes several utility components that allow you to handle data directly......
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
AllModifiableWithReportsAndQueries (Property)
The AllModifiableWithReportsAndQueries property is used to determine if a report can be modified in Reports & Queries.
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Setup in MSI format
You have the ability to create a setup program in MSI standard......
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
Information 2105: This function was renamed
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
WEBDEV cluster: Proxy configuration
To use a WEBDEV cluster, it is necessary to distribute the load between the different cluster nodes (each node corresponding to a WEBDEV Application Server)......
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
WINDEV License Agreement
WINDEV License Agreement...
FontUnload (Function)
Unloads a font previously loaded with FontLoad. This new function is available from WINDEV Suite SaaS 2025 Update 1....
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....