ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
DownloadGetInfo (Function)
Retrieves the details of a download present in the download manager.
DownloadAdd (Function)
Adds a new download in the device's download manager....
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
ControlCreate (Function)
Creates a new control (of any type) in a window programmatically.
<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.
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Private Store for mobile applications
There are two methods two deploy your applications......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Custom-Folders in the database schema
Several file descriptions can be grouped into a "Custom-Folder"......