ThbTapiLine.OnConnectedID
Unit: hbTapi
 

This event is fired when TAPI indicates that the ConnectedID information has become available or has changed. The ConnectedID information is stored in the call's ConnectedID property.

Avalabiltity

Design-Time: Read, Write / Run-Time: Read, Write

Declaration

procedure (Sender: ThbTapiLine; Call: ThbTapiCall);
property OnConnectedID: ThbTapiCallEvent;

Remarks

This event will fire only if the bit flag LINECALLINFOSTATE_CONNECTEDID is set in the property ThbTapiLine.Address[<any available>].Caps.CallInfoStates. The ThbTapiLine.OnCallInfo event is fired just before this event.

Please refer to the section "LINE_CALLINFO / LINECALLINFOSTATE_CONNECTEDID" in TAPI's documentation for a more detailed information.