Source position: sqlite3backup.pas line 48
type TOnBackupProgress = procedure(
Sender: TObject;
Remaining: Integer;
PageCount: Integer
) of object;