Description
-
Called during file download.
Return Type
-
None
Syntax
-
object.FileProgress Owner,
File, Position, Total
The FileProgress Method syntax has these parts:
| object |
An expression evaluating to an object
of type IwodAppUpdateNotify. |
| Owner |
Required. A wodAppUpdate
object. Reference to wodAppUpdateCom instance that
called this notification method. |
| File |
Required. An UpdFile object.
Holds reference to the file that is being
downloaded. |
| Position |
Required. A Long value. Holds current
position. |
| Total |
Required. 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.
|