ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
PageParameter (Example)
Usage example of the PageParameter function
PreviousPage (Function)
Returns the name of the previous page.
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
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....
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
LooperAdd (Function)
Adds a row at the end of a Looper control.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
gpwOpen (Function)
Opens the User Groupware login window or page.
gpwLogin (Function)
Connects a user to an application that is using the User Groupware.
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.