ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BTLEStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
HDeleteSchedulingHistory (Function)
Deletes the executions of a scheduled operation on an HFSQL server. This operation can be a scheduled task (stored procedure), backup, optimization or a materialized view refresh.
HListSchedulingHistory (Function)
Lists the executions of a scheduled job on an HFSQL server. This job can be a scheduled task (stored procedure), backup, optimization or a materialized view refresh.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
btleCharacteristic (Variable type)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Camera field: decode barcodes (prefix syntax)
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both in the window editor and programmatically......
Table control properties
You can manipulate Table controls in a window or page using the following WLanguage properties......
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Camera field: decode barcodes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
BCToImage (Function)
Generates the image of a bar code.
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
How to?
Managing assertions
...The main available features are as follows:...
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
WEBDEV concepts