ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
1. RAD (Rapid Application Development)
1. RAD (Rapid Application Development)
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Check: NNTP connectivity
The monitoring robot will try to connect to the specified NNTP server (news server)......
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
<Camera>.Capture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Events associated with pages
List of events associated with pages...
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
WDTestSite: Load test
The stress tests are used to check......
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
The Group structure
The Group structure is a preset structure of WLanguage (no declaration is required)......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......