ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
SchedulerTriggerProperties (Function)
Reads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
TapToFocus (Property)
The TapToFocus property is used to: Determine if tap to focus is enabled in a Camera control. Enable or disable tap to focus in a Camera control....
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Operations performed on use case diagrams
The following paragraphs explain......
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...