ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Project portfolio
From version 25, you can create "project portfolios"......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
PDFMergeWithPassword (Function)
Merges several existing and password-protected PDF files into a single PDF file.
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
WDDIXIO overview
15. Project Management Hub
7. Source Code Manager (SCM)
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
OpenSister (Function)
Opens a non-modal sibling window.
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
1. Managing emails
WINDEV includes multiple methods to manage emails...
<Camera>.Display (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.