ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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
The VisibleWithAnimation property is used to make a control visible or invisible via the "Appear/Disappear" animation. This animation is defined:
  • in the "Advanced" tab of the project description window ("Control animation" button).
  • in the "Style" tab of the control or project.
Example
// Makes the "Apply" Button control visible
BTN_Apply.VisibleWithAnimation = True
Syntax
<Control used>.VisibleWithAnimation = <Visible>
<Control used>: Control name
Name of control, group of controls or Layout control cell to manipulate.
<Visible>: Boolean
  • True to make the control visible with the "Appear/Disappear" animation,
  • False to make the control invisible with the "Appear/Disappear" animation.
Remarks
  • The animation properties (duration, for example) can be specified in the project options and overridden in the control style.
  • This property is only available for controls, groups of controls and Layout control cells.
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help