ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Page functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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
// Affiche la page PAGE_DétailsProduit en popup
// Attend la fermeture de la page et affiche la valeur renvoyée
PopupDisplayPage(PAGE_Détail, (nIDProduit), PopupAffiche_Callback, BTN_CHAMP, popupPositionXY, 10, 10)

	INTERNAL PROCEDURE PopupAffiche_Callback(RetourPagePopup)
		Trace("La popup a renvoyé : [%RetourPagePopup%]")
	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: 09/20/2024

Send a report | Local help