ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DateTimeToString (Function)
Converts a DateTime to string in the specified format.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<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.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
PDF file functions (prefix syntax)
PDF file functions...
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
InRecycleMode (Function)
Indicates whether "Recycle pre-launched sessions" is enabled in the project options.
ChronoReset (Function)
Stops and resets a running stopwatch.
PDF file management functions
...PDF file functions...
Chrono (Variable type)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
fMemExist (Function)
Checks the existence of a shared memory zone.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Telephony constants
List of constants used by telephony functions...
RGB (Function)
Defines a color from its Red, Green and Blue components.