ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Limitations
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
VisualEffect (Property)
In french: EffetVisuel
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window. It is possible to:
  • Determine the visual effect used for a control or group of controls.
  • Change the visual effect used for a control or group of controls.
Example
// Modification de l'effet visuel utilisé
GR_MonGroupe.EffetVisuel = veBlueShade
JAUGE_Silver.EffetVisuel = veNone
BTN_BoutonOK.EffetVisuel = veDdw
Syntax

Finding out the visual effect used Hide the details

<Result> = <Control used>.VisualEffect
<Result>: Integer constant
Type of visual effect currently used by the control:
evAucunNo specific visual effect is applied to the control or to the group of controls. The display corresponds to a standard display.
evGfiThe field or group of fields is grayed: the visual effect is identical to that used by GFI (Graying of Inaccessible Windows).
evVoileBleuA blue shade is displayed on the control or on the group of controls.
<Control used>: Control name
Name of control or group of controls to use.

Changing the visual effect used Hide the details

<Control used>.VisualEffect = <New visual effect>
<Control used>: Control name
Name of control or group of controls to use.
<New visual effect>: Integer constant
New visual effect to apply to the control:
evAucunNo specific visual effect is applied to the control or to the group of controls. The display corresponds to a standard display.
evGfiThe field or group of fields is grayed: the visual effect is identical to that used by GFI (Graying of Inaccessible Windows).
evVoileBleuA blue shade is displayed on the control or on the group of controls.
Remarks

Limitations

This property is not available on the following field types:
  • OLE control,
  • ActiveX control,
  • HTML control,
  • WebCamera control,
  • Stream control,
  • Splitter control,
  • Chart control,
  • Xaml control,
  • Carousel control,
  • Cube control,
  • Video control.
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help