The best way to learn ExceleTel TeleTools and your telephony device is by using ExceleTel TeleScope. TeleScope is an integral part of each TeleTools component. See Overview of TeleScope for more information.
Using TeleScope utility program
1. Select the “TeleScope | etLine” menu option. If it has a check mark then it is already visible otherwise selecting this option will cause it to become visible.
Using TeleTools
At design time:
1. Click on the etLine control located on your form.
2. Set the etLine.TeleScope.Visible property to True.
At run time:
1.
Set the etLine.TeleScope.Visible property to True.
Example:
etLine1.TeleScope.Visible := True;
-or-
Double click on the etLine control.
Note: The operation is the same for all TeleTools controls.