Back to product page

FileStart method


Called when component starts downloading file.

Type

None

Syntax

  • Basic
object.FileStart Owner, File
The FileStart(object,Owner,File) 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 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.

Platforms

Windows