Occurs during the backup process after copying a portion of database pages.
property OnProgress: TLiteBackupProgressEvent;
Write the OnProgress event handler to be able to respond on the backup process progress. When the backup is started, the backup mechanism tries to copy up to PagesPerStep database pages between the source and destination databases. If there are still more pages to be copied, then the OnProgress event is triggered, and the backup process continues. Otherwise, the backup process is finished. The copying process is described in detail in the Backup article.
The TLiteBackup component that triggers the event
Total number of pages in the source database
Number of pages left to copy