ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDScript: use in command-line and console mode
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
Error 1004: To explicitly access an element of the base class '%1', use the syntax
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......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
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......
1. RAD (Rapid Application Development)
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......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
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......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Check: SNMP
The monitoring robot will read the value of the specified OID and compare its value with the reference value......
ERR_BAD_ACTION
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).......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......