TiImageDisplay.GotoFirstImage
TiImageDisplay
Moves the animation sequence to the first image in the list.
procedure GotoFirstImage ();
Description
Call GotoFirstImage to move the animation sequence to the first image in the
list. This is the same as setting the ImageIndex property to 0.
Example
Delphi
iComponent.GotoFirstImage;
C++ Builder
iComponent->GotoFirstImage();
Contents | Index | Previous | Next