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
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
Example
// Close the page used to dialog while returning True
PageCloseDialog(True)
Syntax
PageCloseDialog([<Returned value>])
<Returned value>: Type corresponding to the returned value (optional)
Value returned by the page when it is closed. This value is retrieved only if the page was opened by PageDisplayDialog. If the page was not opened with PageDisplayDialog, an error is returned.
Remarks
  • PageCloseDialog() is equivalent to ContextClose("").
  • PageCloseDialog(Value) is equivalent to ContextClose("", Value).
  • If your project uses pre-launched sessions, this function must not be used in the project initialization event. This function must be used in the "Initializing the project after connection to the site" event.
Component: wd290page.dll
Minimum version required
  • Version 12
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help