Hi,
I'm trying to use TMyDump's backup and restore procedures in a thread and have its progress outputted in a Modalform. However the TMyDump component doesn't have the properties from which I derive its progress. Those variables are available only in its eventprocedures OnBackupProgress and OnRestoreProgress which I don't have available in my thread.
Any ideas on how I can achieve this?