ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
ChronoReset (Function)
Stops and resets a running stopwatch.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
<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.
Telephony constants
List of constants used by telephony functions...
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
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).
PDF file functions (prefix syntax)
PDF file functions...
fMemExist (Function)
Checks the existence of a shared memory zone.
RGB (Function)
Defines a color from its Red, Green and Blue components.
PDF file management functions
...PDF file functions...
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......
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.