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