ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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
Hides a Popup control displayed in the page via PopupDisplay.
Example
PopupClose(POPUP_Question)
Syntax
PopupClose([<Popup>])
<Popup>: Control name
Name of the Popup control that will be hidden. This Popup control is displayed by PopupDisplay.
Otherwise, PopupClose has no effect.
This parameter is optional in the code of a control found in the popup. If this parameter is not specified, the popup containing the control is closed.
Remarks
Browsers do not refresh the display in the middle of Javascript code: functions PopupDisplay and PopupClose must be used in different processes/events.. If these functions are used in the same process/event, the Popup control is not displayed.
Business / UI classification: UI Code
Component: wd300page.dll
Minimum version required
  • Version 17
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help