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
WLanguage procedure called by PopupDisplayPage
WLanguage procedure ("callback") called by PopupDisplayPage after the popup page is closed. This is a browser procedure, and it can be a local, global or internal procedure.
Example
WEBDEV - Browser code
// Displays PAGE_ProductDetails as popup
// Waits for the page to close and displays the returned value
PopupDisplayPage(PAGE_Details, (nProductID), PopupDisplay_Callback, BTN_CONTROL, popupPositionXY, 10, 10)
 
INTERNAL PROCEDURE PopupDisplay_Callback(ReturnPopupPage)
Trace("The popup returned: [%ReturnPopupPage%]")
END
Syntax
PopupAffichePage_Callback(<Return value>)
<Return value>: Type of the return value
Value that will be returned by the page via the PopupClosePage function.
Minimum version required
  • Version 28
Comments
Click [Add] to post a comment

Last update: 06/26/2023

Send a report | Local help