ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
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.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Telephony constants
List of constants used by telephony functions...
ChronoReset (Function)
Stops and resets a running stopwatch.
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.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
PDF file management functions
...PDF file functions...
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Project portfolio
From version 25, you can create "project portfolios"......
FileDisplay (Function)
Displays a file in the browser of Web user.
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min