ThbTapiLine.AddressList
Unit: hbTapi
 

This is a list of the names of all available addresses for the selected line device. This list can be used to display the addresses in a configuration dialog or to get the ID of an address by there name. Do do so use the IndexOf method. Use the ThbTapiLine.Addresses property to work with addresses.

Availability

Design-Time: None / Run-Time: Read

Declaration

property AddressList: TStringList;

Example

ListBox1.Items.Assign(hbTapiLine1.AddressList);