ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
BCToImage (Function)
Generates the image of a bar code.
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
XMLRoot (Function)
Positions on the root tag of an XML document.
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
MyReport (Reserved word)
MyReport is used to handle the current report...
Calling a procedure/a function
Syntax for calling a local or global procedure.
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
Creating the Table pages of the WEBDEV RAD pattern
iPrintReport (External language)
Prints a report created with the report editor.
ProjectInfo (Function)
Returns specific information about the project currently run.
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
10. Internal components in practice