ThbTapiLine.OnHold
Unit: hbTapi
 

This event fires when the call is set on hold by the switch.

Avalabiltity

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

Declaration

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

Remarks

This event will fire only if the bit flag LINECALLSTATE_ONHOLD is set in the property ThbTapiLine.Address[<any available>].Caps.CallStates. The OnCallState event fires immediately before this event.

Please refer to the sections "LINE_CALLSTATE" and "LINECALLSTATE_ONHOLD" in TAPI's documentation for a more detailed information.

See Also

ThbTapiCall.State, ThbTapiCall.Hold