ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Bar Code functions
The following functions are used to manage bar codes:
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports...
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes.
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
Decoding bar codes using a Camera control
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture...
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
BCToImage (Function)
Generates the image of a bar code.
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
Managing bar codes
The use of bar codes to identify and manage products has become essential...
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
CameraStartDecoding (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...
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes...
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
FTPDateTime (Function)
Returns the different creation, modification or access dates and times associated with a file located on an FTP server (File Transfer Protocol).
fCurrentDir (Function)
Identifies or modifies the current directory.
Wi-Fi functions
Functions for Wi-Fi management...
Error 533: The expression of a { } must be a string
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
zipCreateExe (Example)
Usage example of the zipCreateExe function
HState (Example)
Usage example of the HState function
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
xlsCell (Variable type)
An xlsCell variable is used to describe and modify a cell in an Excel document...
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
FinFutureVal (Function)
Returns the future value of an investment.
FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Parameters of a procedure/function
You have the ability to pass parameters to a procedure....
Error 502: Incompatible type
MapGetJSObject (Function)
Returns the instance of the API of Map control.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
HRecNum (Example)
Usage example of the HRecNum function