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