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