ComponentManager

The ComponentManager object allows scripts to register version numbers so they can be automatically updated through the Software Update Wizard.  This object is used only by scripts written by DTLink Software that are distributed with Personal Stock Streamer.  To get a reference to the ComponentManager object, call Application.GetObject("ComponentManager").

Methods:

Register(id, version)

id: String

version: String

 

Description: Register the script id and version with the application.  The id must be the same as in the Software Update Wizard database on the DTLink servers.