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