ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
<xlsDocument variable>.DeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
The Dashboard control
Dashboards are essential elements in an application......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
xlsCoordinatesToName (Function)
Retrieves the name of a cell, XLS worksheet or Spreadsheet control according to its coordinates.
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
WDDIXIO
WDDIXIO is a tool that helps you translate the text of an application......
Z-index of a control
All the controls in a window or report have a different z-index......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
Analysis links
The links are used to link the files found in an analysis between themselves......
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
PDFSign (Function)
Applies an approval signature to an existing PDF.
<Variable pdfDocument>Sign (Function)
Applies an approval signature to an existing PDF.
xlsSave (Function)
Saves an XLS document.
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......