![]() |
![]() ![]() ![]() |
auAutoUpgrader component.
|
type
|
TauAUFileDoneEvent = procedure(Sender: TObject;
|
FileURL: String) of object;
|
|
property OnFileDone: TauAUFileDoneEvent;
|
The OnFileDone event occurs when AutoUpgrader successfully downloaded one file from the queue. The FileName parameter is the path and the file name where the file has been stored after downloading.
|
|
![]() |
OnFileStart, OnBeginUpgrade, OnEndUpgrade and OnProgress events.
|