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
Functions for managing pages (prefix syntax)
The following functions are used to manage pages, using prefix syntax:
<Cell>.CloseDialogHides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Cell>.DisplayDialogDisplays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
<Page>.AddressUsed to find out the Internet address of a page.
<Page>.ClosePopupHides a popup page displayed in the page via <Page>.DisplayPopup.
<Page>.DisplayDisplays a web page in the user's browser.
<Page>.DisplayDialogDisplays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
<Page>.DisplayPopupDisplays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
<Page>.ExistAllows you to find out whether a page context exists on the server (which means whether the page was opened).
<Page>.RefreshRefreshes a page displayed in the user's browser from the context on the server.
<Page>.UseDisplays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
<Popup>.AnimateDisplays a popup in a page cell.
<Popup>.CloseHides a popup displayed in the page via <Popup>.Display.
<Popup>.DisplayDisplays a popup in a page with a DDW effect (Dim Disabled Windows).
Minimum version required
  • Version 23
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help