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
PageEnableDDW (Function)
In french: PageActiveGFI
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
Example
PageEnableDDW(True)
PageRateDDW(40)
YesNo("Do you want to exit?")
PageEnableDDW(False)
Syntax
<Result> = PageEnableDDW(<DDW activation>)
<Result>: Boolean
Previous DDW status:
  • True: DDW was enabled for the site pages.
  • False: the DDW was not enabled for the site pages.
<DDW activation>: Boolean
New DDW status:
  • True: DDW is enabled for the site pages.
  • False: DDW is disabled for the site pages.
Remarks
  • Gray rate: The default gray rate for pages is set to 60%. To change this rate, use PageRateDDW.
  • The value used in browser code is initialized by the value specified in server code. Changes made in browser code are not propagated to server code.
Business / UI classification: UI Code
Component: wd290page.dll
Minimum version required
  • Version 12
Comments
Click [Add] to post a comment

Last update: 06/07/2023

Send a report | Local help