ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Bar Code functions
The following functions are used to manage bar codes:
Managing bar codes
The use of bar codes to identify and manage products has become essential...
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes...
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
BCToImage (Function)
Generates the image of a bar code.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
Decoding bar codes using a Camera control
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture...
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Camera>.StopDecoding (Function)
Stops decoding a bar code 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...
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Multiline strings
To type character strings over several lines in the code editor...
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
grRBAddData (Function)
Adds data to a Radial Bar chart.
<Chart>.RBAddData (Function)
Adds data to a Radial Bar chart.
Generating an application for Universal Windows 10 App
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
GOTO statement
The GOTO statement is used to run a code identified by a given label...