AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones específicas de la Web / Funciones de páginas
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
PageRateDDW (Function)
In french: PageTauxGFI
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
Example
PageEnableDDW(True)
PageRateDDW(40)
YesNo("Do you want to exit?")
PageEnableDDW(False)
Syntax

Getting the dimming rate Hide the details

<Result> = PageRateDDW()
<Result>: Integer
Current dimming rate (between 0 and 100). The default rate of gray is set to 60%.

Changing the dimming rate Hide the details

<Result> = PageRateDDW(<Dimming rate>)
<Result>: Integer
Initial dimming rate (between 0 and 100).
<Dimming rate>: Integer
New dimming rate (between 0 and 100).
The maximum value (100) will be used if the specified value is greater than 100.
PageRateDDW will have no effect if a value less than 0 is specified. The default rate of gray is set to 60%.
Remarks
  • To enable the DDW feature on the pages, use PageActivateDDW.
  • 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: wd290page.dll
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local