ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
Environment of the window editor
The main elements of window editor are as follows:
Environment of the project editor
The main elements of the project editor are as follows:
General environment of WINDEV
Environment of the report editor
Environment of the report editor...
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Date type>.ToInteger (Function)
Converts a date to an integer.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Environment of the query editor
Telemetry: Main features
ChronoReset (Function)
Stops and resets a running stopwatch.
DownloadGetInfo (Function)
Retrieves the details of a download present in the download manager.
DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
DownloadList (Function)
Lists the downloads from the current application in the download manager.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.