ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ContextOpen (Function)
Opens a new page context without returning the information to the browser.
SysDir (Function)
Returns the path of a system directory.
SysGetDC (Function)
Retrieves the DC (Device Context) of a window, control or screen.
MCIStatus (Function)
Returns the status of a media file that was opened beforehand MCIOpen.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
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.
MCIBeginning (Function)
Positions at the beginning of a media file that was opened beforehand MCIOpen.
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.
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.
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.