ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Bar Code functions
The following functions are used to manage bar codes:
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
Camera field: decode bar codes (prefix syntax)
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture...
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes...
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
Decoding bar codes using a Camera control
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture...
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes.
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
Managing bar codes
The use of bar codes to identify and manage products has become essential...
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
BCToImage (Function)
Generates the image of a bar code.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
Error 1001: The operators: and:: can only be used in the methods of classes
Query editor
The query editor is used to automatically create queries on the data files......
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Operations performed on activity diagrams
The following paragraphs explain......
iDestination (Function)
Configures the print destination.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Automatic documentation of external components
External components must include a technical documentation......
Events associated with a Navigation Bar control
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
12. Pages in practice
The Signature control
The Signature control is a report control used to sign......
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
1. RAD (Rapid Application Development)
1. RAD (Rapid Application Development)
DisplayBookmarks (Property)
The DisplayBookmarks property is used to: identify the display mode of bookmarks in a Word Processing control. show or hide bookmarks in a Word Processing control....
Recompiling the project
The project compilation is a process used to......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
The Upload control
The Upload control is used to upload files on the Web server......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......