|
The DeviceList is a list of available TAPI line devices according to the Windows operating system. The devices are listed in the order of there DeviceID. There are DeviceList.Count - 1 devices listed and the first device has an index (DeviceID) of 0. Because of this, do never sort this property. Use always a copy to do so. Example
The DeviceID is a temporary id of the device which may change as lines are added or removed from the system. To store a lines user configuration, use the DeviceName and the PermanentDeviceID. AvailabilityDesign-Time: None / Run-Time: Read Declarationproperty DeviceList: TStrings; See AlsoThbTapiLine.DeviceName, ThbTapiLine.DeviceID, ThbTapiLine.PermanentDeviceID, ThbTapiLine.Available |