Common Properties


 

Every control has the following properties:

About
Enabled
EnabledControl
Error
ID
Popup
TeleScope


<>.Enabled

ActiveX: etLine.Enabled, etPhone.Enabled, etPlay.Enabled, etRecord.Enabled
Type: Boolean
When: Design-Time and Run-Time
Read/Write: Read and Write
Edition: Express, Standard, Professional, Enterprise
Before a TeleTools control can be used it must be enabled. This is done by setting the Enabled property to True.

Some development environemnts such as Microsoft's Access can not access this property, see <>.EnabledControl.

<>.EnabledControl

ActiveX: etLine.EnabledControl, etPhone.EnabledControl, etPlay.EnabledControl, etRecord.EnabledControl
Type: Boolean
When: Design-Time and Run-Time
Read/Write: Read and Write
Edition: Express, Standard, Professional, Enterprise
Before a TeleTools control can be used it must be enabled. This is done by setting the Enabled or EnabledControl property to True.

This property is provided because some development environments such as Microsoft's Access block the use of the Enabled property.

<>.ID

ActiveX: etLine.ID, etPhone.ID, etPlay.ID, etRecord.ID
Type: Integer
When: Run-Time
Read/Write: Read Only
Edition: Express, Standard, Professional, Enterprise
At the current time this is only available for ExceleTel's use.

 



Common Properties - Error