ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
PageExist (Function)
Checks whether the specified page is currently displayed in the browser of the Web user. Used to find out whether a page is displayed in a frame other than the current one.
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.
PagePosition (Function)
Scrolls a page up to position a control in the visible section of the page (top) in the browser.
PreviousPage (Function)
Returns the name of the previous page.
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
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.
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
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.
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.
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.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
JSProperty (Function)
Used to handle specific features on the objects found in the current page.