ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
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.
HFSQL management functions (prefix syntax)
List of functions for HFSQL management...
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......
DownloadAdd (Function)
Adds a new download in the device's download manager....
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
HFSQL management functions
List of functions for HFSQL management...
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
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.
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
Specific features of the Express version