ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal Windows 10 App mode.
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
Managing assertions
...The main available features are as follows:...
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
10. Page templates
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
WinEdRestore (Function)
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled).
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic erase" mode. modify the "Automatic erase" characteristic of an edit control....
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
MultiWorksheet (Property)
The MultiWorksheet property is used to: Find out whether a Spreadsheet control manages several worksheets. Change the worksheet management mode of a Spreadsheet control....
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
DisplayBookmarks (Property)
The DisplayBookmarks property is used to: identify the display mode of bookmarks in a Word Processing control. show or hide bookmarks in a Word Processing control....
12. Pages in practice