Restart
This function restart the Image object when its an animated GIF.
Function Definition:
void Restart()
To configure this function, follow the steps below:
1. In an object event, configure the Restart function: ImageObjectName.Restart();
2. During the execution of RunTime, run the configured event.
Example Restart:
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.Restart();
In this event, the Button1 will Restart the Image Animated GIF.