Take a look at TIETIFFHandler for MovePage... or just move the frame. There is a TIETIFFHandler demo in samples folder.
TIETIFFHandler.MovePage
Declaration
procedure MovePage(CurIndex, NewIndex:integer);
Description
Moves specified page to a new position.
or just move the frame:
TImageEnMView.MoveImage
Declaration
procedure MoveImage(idx:integer; destination:integer);
Description
Moves an image from the index position idx to destination position.
If the destination index is equal to or greater than the image count, the idx image is moved to the position immediately after the last image.
Example
// exchange the third and second image
// remember that the first image has an index of 0 so use 2, 1 not 3,2
ImageEnMView1.MoveImage(2, 1);
William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html