ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
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.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
<Array>.Shuffle (Function)
Shuffles the elements of a WLanguage array.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
WayPoint (Property)
The WayPoint property is used to determine and change the points a Wire control has to pass through.
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
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 that corresponds to the specified date (this date is an integer).
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
<btleCharacteristic variable>.ChangeOfValue (Function)
Enables or disables the detection regarding the change of value for a Bluetooth Low Energy characteristic.
<btleDevice variable>.Disconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.