ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
PageActivateDDW (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
PageActivateDDW(True)
PageRateDDW(40)
YesNo("Do you want to exit?")
PageActivateDDW(False)
Syntax
<Result> = PageActivateDDW(<Activation of DDW>)
<Result>: Boolean
Previous activation status of DDW:
  • True: DDW was enabled for the site pages.
  • False: the DDW was not enabled for the site pages.
<Activation of DDW>: Boolean
New activation status of DDW:
  • True: DDW is enabled for the site pages.
  • False: DDW is disabled for the site pages.
Remarks
  • Rate of Gray: The default rate of gray for the pages is set to 60%. To change this rate, use PageRateDDW.
  • The value used in the browser code is initialized by the value given in the server code. The modifications performed in browser code are not carried over in server code.
Component: wd280page.dll
Minimum version required
  • Version 12
Comments
Click [Add] to post a comment