ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoReset (Function)
Stops and resets a running stopwatch.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
8. If you are already familiar with WINDEV
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
fMemExist (Function)
Checks the existence of a shared memory zone.
GglListCalendar (Example)
Usage example of the GglListCalendar function
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.