AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de ventanas
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
Forces the DDW (Dim Disabled Windows) feature on a window even if this window is not accessible.
Example
HourGlass(True)
// Force DDW on the main window
WinForceDDW(WIN_Main, True)
// Start an important calculation
ImportantCalculation()
// Stop DDW on the main window
WinForceDDW(WIN_Main, False)
HourGlass(False)
Syntax
WinForceDDW(<Window> , <Activation of DDW>)
<Window>: Window name
Name of the window to be used.
<Activation of DDW>: Boolean
New DDW status:
  • True: DDW is instantly activated on the specified window. The window comes up grayed out.
  • False: DDW is instantly deactivated on the specified window. The window is display normally then (except if it is disabled: it remains grayed out).
Component: wd290obj.dll
Versión mínima requerida
  • Versión 17
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