[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Image processing progress event.
Source position: fpimage.pp line 61
type TFPImgProgressEvent = procedure( |
Sender: TObject; |
Stage: TFPImgProgressStage; |
PercentDone: Byte; |
RedrawNow: Boolean; |
const R: TRect; |
const Msg: AnsiString; |
var Continue: Boolean |
) of object; |
Sender: the image object
Stage: Starting, Running or Ending
PercentDone: how much has been accomplished
RedrawNow: whether to refresh the Image
R: the rectangle in which drawing progress is being monitored
Msg: a message to show in the progress display
Continue: set Continue to False to abort image processing
|
Handler for Progress events. |
lazarus-ccr.sourceforge.net |