ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Page functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
PageExist (Function)
In french: PageExiste
Checks whether the specified page is currently displayed in the browser of Web user.
Used to find out whether a page is displayed in a frame other than the current one.
Example
// Checks whether the "PAGE_Registration" page is displayed
PageExist(PAGE_Registration)
Syntax
<Result> = PageExist(<Page>)
<Result>: Boolean
  • True if the page is currently displayed,
  • False otherwise.
<Page>: Page name
Name of the page whose existence must be checked.
Remarks
To check whether a page is opened on the server, use ContextExist.
Business / UI classification: UI Code
Component: WDJS.DLL
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help