mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 02:36:23 +02:00
LCL: use progressevent for image loading / saving from fpimage
git-svn-id: trunk@11151 -
This commit is contained in:
parent
bd03f62f68
commit
70d576a689
@ -194,10 +194,8 @@ type
|
|||||||
contain trailing periods, and should be used only for
|
contain trailing periods, and should be used only for
|
||||||
display purposes. (do not: if Msg = 'Loading' then...)
|
display purposes. (do not: if Msg = 'Loading' then...)
|
||||||
}
|
}
|
||||||
TProgressStage = (psStarting, psRunning, psEnding);
|
TProgressStage = TFPImgProgressStage;
|
||||||
TProgressEvent = procedure (Sender: TObject; Stage: TProgressStage;
|
TProgressEvent = TFPImgProgressEvent;
|
||||||
PercentDone: Byte; RedrawNow: Boolean; const R: TRect;
|
|
||||||
const Msg: string; var DoContinue: Boolean) of object;
|
|
||||||
|
|
||||||
{ For Delphi compatibility }
|
{ For Delphi compatibility }
|
||||||
TPixelFormat = (
|
TPixelFormat = (
|
||||||
|
Loading…
Reference in New Issue
Block a user