Back to product page

URL property


Holds URL from where can new file be downloaded.

Type

A String value

Syntax

  • Basic
object.URL [= value]
The URL(object,value) syntax has these parts:
objectAn expression evaluating to an object of type UpdFile.
valueA String value.

Remarks

URL property determines location on remote server where can new version be found. When Download method is called, wodAppUpdate will fetch the resource from it and save it localy, to NewPath property.

You can change this value if you wish after CheckDone event fires to force wodAppUpdate to fetch resource from different location.

Platforms

Windows