ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Miscellaneous
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 Animation property animates an image.
You can:
  • Determine if the image or text is animated.
  • Start or stop the animation of an image or text (animated GIFs, for example).
This property can be used in the following controls:
  • AndroidiPhone/iPadIOS WidgetMac Catalyst Image controls
  • AndroidiPhone/iPadIOS WidgetMac Catalyst Static controls
Example
AndroidiPhone/iPadIOS Widget
// Initialize the Image control with Arrow.GIF (animated GIF)
IMG_Image1 = "C:\Temp\Arrow.gif"
// Start the animation
IMG_Image1.Animation = True
Syntax

Determining if the image or text is animated Hide the details

<Status> = <Control used>.Animation
<Status>: Boolean
  • True if the image or text in the control is animated,
  • False otherwise.
<Control used>: Control name
Name of the control used.

Starting or stopping the animation Hide the details

<Control used>.Animation = <Animation mode>
<Control used>: Control name
Name of the control used.
<Animation mode>: Boolean
  • True to start the animation,
  • False to stop the animation.
Remarks

Miscellaneous

The animation is set to True by default.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/31/2022

Send a report | Local help