Declaration
TIEImageAtPosEvent = procedure(Sender: TObject; var idx: integer; x, y: Integer) of object;
Description
Used by the
OnImageAtPos event to check if the specified coordinates are inside a thumbnail.
idx contains the proposed image thumbnail index. You can change this value or set it to -1 for no thumbnail.