Description
-
Called when component starts downloading file.
Return Type
-
None
Syntax
-
object.FileStart Owner,
File
The FileStart 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 will be
downloaded. |
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 before new
file will be downloaded from the server.
|