Back to product page

FileProgress event


Fires during file download.

Syntax

  • Basic
Private Sub object_FileProgress(File, Position, Total)
The FileProgress(object,File,Position,Total) syntax has these parts:
objectA wodAppUpdate object.
FileAn UpdFile object. Holds reference to the file that is being downloaded.
PositionA Long value. Holds current position.
TotalA Long value. Holds total file size.

Remarks

This event is fired during file download. It informs main application about current download progress.

Platforms

Windows