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.
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
ProgressBarEnable (Example)
Usage example of the ProgressBarEnable function
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
CharactType (Function)
Returns information about the type of character.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Execute (Function)
Starts the execution of a process through programming.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
PageDisplay (Function)
Displays a web page in the user's browser....
fListFile (Function)
Lists the files found in a directory and returns the list of files.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Dashboard constants
Constants used by the functions for managing Dashboard controls...
ErrorThrow (Function)
Throw a non-fatal error.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
MyParent (Reserved word)
MyParent is used to handle...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
HDelete (Function)
Deletes a record from a data file (query or view).