| Method |
Description |
| Clear |
Removes all Devices from the collection. |
| AddDevice N,Desc,House,Modules |
Adds a new Device to the collection. Current devices
within the collection are numbered from 1 to Devices.Count.
The new Device is added after the current Device specified by the first
parameter, N. To add a new Device at the beginning of the
list, specify 0. Desc, House, and Modules
define the new Device to be added (see the description of the properties
for XtenWEB.Device). |
| ReplaceDevice N,Desc,House,Modules |
Replaces the current device N with the new
Device. Parameters are the same as for Devices.AddDevice. |
| RemoveDevice N |
Remove the current Device N from the collection. |
| GetDevice(N) |
Retrieves a Device specified by N from the
collection. The result returned is an XtenWEB.Device object.
Example: set oDevice=oDevices.GetDevice(2) |
| RetrieveDevices |
Read the Device Definitions from the xtenweb.ini
file into the XtenWEB.Devices collection. |
| SaveDevices |
Write the Device Definitions from the XtenWEB.Devices
collection to the xtenweb.ini file. |