Back to product page
- Introduction
- Overview
- License agreement
- Configuration file creation
- Getting Started
- Objects
- Enumerations
- wodAppUpdate
- Methods
- Properties
- AutoRestart
- Blocking
- CmdAfter
- CmdBefore
- CmdLine
- DebugFile
- DialogNoteText
- DialogNoteURL
- DialogText
- Files
- ForceRestart
- GlobalTerminate
- Login
- Messages
- Notification
- Password
- PrevExist
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- ReplaceRule
- RequireAdmin
- ServiceIsRunning
- Signature
- State
- StateText
- Timeout
- UpdaterName
- UpdaterTimeout
- URL
- URLHandler
- UserIsAdmin
- Version
- Visible
- WinVersion
- Events
- Notifications
- UpdFile
- UpdFiles
- UpdMessage
- UpdMessages
- UpdProcess
- UpdProcesses
- How to get support?
- Technical information
- Fast notifications interface
- Error list
FileDone event
Fires when component finishes downloading file.
Syntax
- Basic
Private Sub object_FileDone(File, ErrorCode, ErrorText)
The FileDone(object,File,ErrorCode,ErrorText) syntax has these parts:
The FileDone(object,File,ErrorCode,ErrorText) syntax has these parts:
object | A wodAppUpdate object. |
File | An UpdFile object. Holds reference to the file that is received. |
ErrorCode | A Long value. Holds error number, if any. |
ErrorText | A String value. Holds text description of the error, if any. |