ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: Miscellaneous WEBDEV functions
47 results
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
ColorPalette (Function)
Returns a color found in the current palette.
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user...
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV Application Server).
FileDisplay (Example)
Usage example of the FileDisplay function
FileDisplay (Function)
Displays a file in the user's browser.
FileDownload (Function)
Starts downloading a file in the browser.
FileView (Function)
Opens a file in the browser.
FolderData (Example)
Usage example of the FolderData function
FolderData (Function)
FolderData is kept for backward compatibility.
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.
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17:
  • FolderWeb was replaced with FolderWeb_15.
  • a warning is automatically generated in your project.
HSL/SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected...
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: the class is added if it does not exist, the class is deleted if it already exists.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
JSEndEvent (Function)
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
JSInterruptEvent (Function)
Interrupts the process of current event.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
JSON
JSON (JavaScript Object Notation – Object Notation from JavaScript) is a lightweight data exchange format...
JSONExecute (Function)
Calls the URL of a page on the server that returns data in JSON format (JavaScript Object Notation).
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
MemoDownload (Function)
Reduces the time needed to load the content of HFSQL items of type "Memo" on the user's computer.
MemoView (Function)
Displays the contents of a file from a "Memo" item in a web browser.
Miscellaneous WEBDEV functions
List of various WEBDEV functions
Obtaining an HSL (SSL) certificate for IIS
To obtain an HSL (SSL) certificate for IIS, follow these steps...
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
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.
SSLActive (Function)
Used to enable or disable the secure SSL mode.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Various WEBDEV constants
Various WEBDEV constants
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly...