ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
BurnerAddFile (Function)
Adds a file to the compilation.
InAutomaticTestMode (Function)
Shows whether or not an automation test is in progress.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......