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).
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.
Camera field: decode barcodes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture...
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
Camera field: decode barcodes (prefix syntax)
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture...
Managing bar codes
The use of bar codes to identify and manage products has become essential...
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes.
BCToImage (Function)
Generates the image of a bar code.
zipIsMulti (Example)
Usage example of the zipIsMulti function
DashDisplay (Function)
Refreshes elements in a Dashboard control.
Error 1011: To access the global member of the class, use ClassName::MemberName
FTPCommand (Example)
Usage example of the FTPCommand function
fCreate (Example)
Usage example of the fCreate function
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
zipNbPartNeeded (Example)
Usage example of the zipNbPartNeeded function
HDescribeItem (Example)
Usage example of the HDescribeItem function
FinLinearRedemption (Example)
Usage example of the FinLinearRedemption function
FinRepayVal (Example)
Usage example of the FinRepayVal function
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
FinPaymentNb (Example)
Usage example of the FinPaymentNb function
xlsSave (Function)
Saves an XLS document.
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
EmailReadNext (Example)
Usage example of the EmailReadNext function
SQLTransaction (Example)
Usage example of the SQLTransaction function
Image Editor control properties (WEBDEV)
You can manipulate Image Editor controls in a page using the following WLanguage properties......
SchedulerInfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
FinInterestRate (Example)
Usage example of the FinInterestRate function
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.