ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
BrowserOpen (Function)
Opens a web page identified by its URL in a new browser.
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
ChangeTarget (Function)
Changes the target of a button action.
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
ContextClose (Function)
Closes a page context.
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
PageAddress (Function)
Used to find out the Internet address of a page.
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.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
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.
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.