If ImageEnMView1.MultiSelect is False then
ImageEnMView1.SelectedImage returns the index of the selected image.
If ImageEnMView1.MultiSelect is true then the selected images are
var
iSelectedIndex: integer;
for i :=0 to ImageEnMView1.MultiSelectedImagesCount-1 do
begin
iSelectedIndex := ImageEnMView1.MultiSelectedImages[i];
end;
William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html