ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing bar codes
The use of bar codes to identify and manage products has become essential...
TwoFactorAuthenticationGenerateLink (Function)
Generates a link to register an account in an authentication application. When associated with a Bar Code control, this link will show a QR code that can be scanned in the authentication app installed on the phone.
InWinRTSimulatorMode (Function)
Identifies whether or not the code is executed in the WinRT simulator (simulator for applications in Windows Store mode). Function kept for backward compatibility....
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Error 101: Declaration of global variable not allowed
Error 1008: The member of the class is protected
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
Code snippets
The code editor allows you to enter "Code snippets"......
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
Error 1009: The member of the class is private
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
1
2
3
4
5
6
278
>