ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
Camera functions
A Table control can be used to display the content of a data file or query......
btleCharacteristic (Variable type)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
BTLEStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
WithTilt (Property)
The WithTilt property is used to: enable or disable the tilt gesture on a Map control, determine whether the tilt gesture is enabled on a Map control....
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
Type (Property)
The Type property is used to get and change the type of an element.
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
<Array>.Shuffle (Function)
Shuffles the elements of a WLanguage array.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week corresponding to the specified date (this date is an integer).
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
NFC: Data transfer
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function