ThbTapiLine.OnCalledID
Unit: hbTapi

This event is fired when TAPI indicates that the CalledID information has become available or has changed. The CalledID information is stored in the Call's CalledID properties.

Avalabiltity

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

Declaration

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

Remarks

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

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