ImageEn, unit iemview

TIEMProgressEvent

TIEMProgressEvent

Declaration

TIEMProgressEvent = procedure(Sender: TObject; Perc: Integer; Index: Integer) of object;

Description

Occurs during PaintTo.

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

See Also

OnProgress