TPDFlibOperationProgressEvent
Data types
Description
Defines the handler used by OnOperationProgress
The Info record is read-only for the handler; set Cancel during a starting or running phase to activate the shared abort state
Syntax
Delphi
TPDFlibOperationProgressEvent = Procedure(Sender: TObject; Const Info: TPDFlibOperationProgress; Var Cancel: Boolean) Of Object;