ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Page functions
  • Pre-launched sessions
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 a page context. In some specific cases (User Groupware, etc.), you have the ability to specify the value to return.
Caution: Closing the context of the current page is not recommended.
Example
ContextClose(PAGE_Page4)
Syntax

Closing the page context Hide the details

ContextClose(<Page>)
<Page>: Page name
Name of the page whose context must be closed. If this parameter is equal to an empty string (""), the name of the page corresponds to the page to which the current process belongs.

Closing the page context and returning information Hide the details

ContextClose(<Page> , <Return value>)
<Page>: Page name
Name of the page whose context must be closed. If this parameter is equal to an empty string (""), the name of the page corresponds to the page to which the current process belongs.
<Return value>: Type of returned value
Value returned to the calling page. This parameter is reserved for the use of specific WEBDEV pages that are automatically opened (User Groupware pages, etc.). The value of this parameter is ignored if this parameter is used for a page that expects no return value.
Remarks

Pre-launched sessions

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: wd290dllexe.dll
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help