ThbTapiPhone.DeviceList
Unit: hbTapi
 

This is a list of the available TAPI phone 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.

Example

ListBox1.Items.Assign(TapiPhone1.DeviceList);

The DeviceID is a temporary id of the device which may change as phones are added or removed from the system. To store a lines user configuration, use the DeviceName and the PermanentDeviceID.

Availability

Design-Time: None / Run-Time: Read

Declaration

property DeviceList: TStringList;

See Also

ThbTapiPhone.DeviceName, ThbTapiPhone.DeviceID, ThbTapiPhone.PermanentDeviceID, ThbTapiPhone.Available