Play
This function plays the Image object when its an animated GIF.
Function Definition:
void Play()
To configure this function, follow the steps below:
1. In an object event, configure the Play function: ImageObjectName.Play();
2. During the execution of RunTime, run the configured event.
Example Play:
In the graphic document, the user has one Image object (named as Image1). In a Button object (named as Button1) the user configures the Pause event with the following event:
Image1.Play();
In this event, the Button1 will Play the Image Animated GIF.