ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports...
Bar Code functions
The following functions are used to manage bar codes:
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...
Camera field: decode bar codes (prefix syntax)
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture...
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
Managing bar codes
The use of bar codes to identify and manage products has become essential...
Decoding bar codes using a Camera control
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).
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes.
BCToImage (Function)
Generates the image of a bar code.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
VideoConfigure (Function)
Allows you to configure the video capture driver.
Email management functions
List of functions for managing emails...
MemSort (Function)
Sorts the elements found in a memory zone.
HStatTime (Function)
Returns the time of the last update for the index statistics.
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
StringBuild (Function)
Builds a character string from an initial string and parameters.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
ControlPrevious (Function)
Specifies the name of control that was in edit before the current control.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
HDeleteServerTrigger (Function)
Deletes a server trigger.