ImageEn, unit iemview

TIEMProgressEvent

TIEMProgressEvent

Declaration

TIEMProgressEvent = procedure(Sender: TObject; per: integer; idx: integer) of object;

Description

Occurs during PaintTo.

per is the percentage of the progress (i.e. 100 indicates painting has finished).
idx is the index of the image currently being drawn.