ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Window functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Forces the DDW (Dim Disabled Windows) feature on a window even if this window is not accessible.
Example
HourGlass(True)
// Force le GFI sur la fenêtre principale
WinForceDDW(FEN_Principale, True)
// Lance un calcul important
CalculImportant()
// Arrête le GFI sur la fenêtre principale
WinForceDDW(FEN_Principale, False)
HourGlass(False)
Syntax
WinForceDDW(<Window> , <DDW activation>)
<Window>: Window name
Name of the window to be used.
<DDW activation>: Boolean
New DDW status:
  • True: GFI is activated immediately on the specified window. The window comes up grayed out.
  • False GFI is immediately deactivated on the specified window. The window reappears as normal (unless it is inactive, in which case it remains grayed)..
Component: wd300obj.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help