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).
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Camera>.StartDecoding (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...
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.
Decoding bar codes using a Camera control
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.
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes.
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
Managing bar codes
The use of bar codes to identify and manage products has become essential...
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
BCToImage (Function)
Generates the image of a bar code.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
Constants for managing drop-down menus
List of constants used by the functions for managing menus....
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
NotesDeactivateView (Function)
Disables the view currently handled in Lotus Notes.
WEBDEV Page control properties
The following properties are associated with WEBDEV Page controls ......
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
10. Embedded queries
iAddAttachment (Function)
Adds an attachment in a PDF file generated by a PDF print export.
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
How to open a page?
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
DnD constants
List of constants used by the functions for managing the Drag and Drop....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
NotesActivateView (Function)
Indicates the view that must be handled in Lotus Notes.
iPrintingNation (Function)
Modifies the current language for the next print (programmed print or report print).
User Control Center: Overview
The User Control Center is used to manage the applications deployed on a company network....
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Limitations of WINDEV, WEBDEV and WINDEV Mobile