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
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example). This function is useful when an application must be run on a computer with limited graphic capacities or for the TSE mode if the bandwidth is limited.
Example
IF InTSEMode() = True THEN
WinDisableEffect(effectAnimation + effectTranslucentBorder + effectDDW + effectBlur)
END
Syntax
WinDisableEffect(<Effect to disable>)
<Effect to disable>: Integer constant (or combination of constants)
The effect to disable corresponds to one or more of the following constants:
effectAnimationDisables the animations of the windows.
effectBlurDisables the halo around the buttons.
effectDDWDisables the DDW feature.
effectTranslucentBorderDisables the translucent border of windows (border used in Windows XP or 2003).
Remarks
  • WinDisableEffect is equivalent to:
  • In TSE, by default:
    • the animations of windows are disabled.
    • the animation linked to the DDW (Dim Disabled Window) is disabled. The DDW is enabled by default in TSE.
Component: wd290obj.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help