ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PreviousPage (Function)
Returns the name of the previous page.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
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.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
FileDisplay (Function)
Displays a file in the browser of Web user.
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
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.
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....
SSLActive (Function)
Used to enable or disable the secure SSL mode.
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.