ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DateTimeToString (Function)
Converts a DateTime to string in the specified format.
<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.
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
Programming data-bound Table controls (prefix syntax)
Here's how to program Table controls linked to a table....
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
Specific features of the Express version
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
4. Dedicated server or shared server?
Creating a select query
A select query (corresponding SQL statement......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
Custom-Folders in the database schema
Several file descriptions can be grouped into a "Custom-Folder"......