ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
SpreadsheetListComment (Function)
Lists all the comments on the current worksheet of a Spreadsheet control.
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Cross-references in the code editor
The cross-references in the code editor are used to identify......
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
16. Types of code
Commands of the external interface
Properties associated with the areas defined in Zoning mode
France.CheckINSEE (Function)
Tests the validity of an INSEE number (identification number of physical persons assigned by the National Institute of Statistics and Economic Studies - Institut National de la Statistique et des Etudes Economiques).
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
<Buffer type>.EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Programming patterns
CAUTION......
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
1
2
3
4
5
6
277
>