ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Window 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
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
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help