Back to product page

FileProgress method


Called during file download.

Syntax

  • Basic
object.FileProgress Owner, File, Position, Total
The FileProgress(object,Owner,File,Position,Total) syntax has these parts:
objectAn expression evaluating to an object of type IwodAppUpdateNotify.
OwnerRequired. A wodAppUpdate object. Reference to wodAppUpdateCom instance that called this notification method.
FileRequired. An UpdFile object. Holds reference to the file that is being downloaded.
PositionRequired. A Long value. Holds current position.
TotalRequired. A Long value. Holds total file size.

Remarks

NOTE: This method is called only if you implemented IwodAppUpdateNotify interface in your application, and wodAppUp.Notification property has received reference to instance of your implementation.

This notification method is called during file download. It informs main application about current download progress.

Platforms

Windows