ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
ExceptionInfo (Function)
Retrieves information about the current exception.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
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......
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......
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......
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
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....
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Items used in a select query
A query created in the query editor can contain several types of items......
BurnerCancel (Function)
Cancels the current burn process.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.