ThbTapiCall.State
Unit: hbTapi
 

This property holds the current state identifier of the call. The state identifier uses one and only one of the LINECALLSTATE_ constants.
This property is set just prior the ThbTapiLine.OnCallInfo event fires. Some call states have a corresponding state mode that contains details about the mode.

These call states are:

Call State

The state mode value is stored within the property

LINECALLSTATE_BUSY

BusyMode

LINECALLSTATE_CONNECTED

ConnectedMode

LINECALLSTATE_DIALTONE

DialtoneMode

LINECALLSTATE_OFFERING

OfferingMode

LINECALLSTATE_SPECIALINFO

SpecialInfoMode

LINECALLSTATE_DISCONNECTED

DisconnectedMode

The StateMode property is superfluous now and will be discarded in a future version.

Availability

Design-Time: None / Run-Time: Read

Declaration

property State: DWORD;

Remarks

See the property ThbTapiLine.Address[<any available>].CallStates for a list of available call states.

See Also

ThbTapiCall.StateText