ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
8. If you are already familiar with WINDEV
fMemExist (Function)
Checks the existence of a shared memory zone.
<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.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
SysSerialNum (Function)
Returns the IMEI number of the current device.
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
fMemOpen (Function)
Opens a memory zone shared between several applications.
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...