ThbTapiCall.Free
Unit: hbTapi
 

If you are using the AutoFreeIdleCalls feature of the ThbTapiLine component, you do not have to free calls by your own. If you don't want to use this feature, you're free to call the destructor of ThbTapiCall within the ThbTapiLine.OnIdle resp. OnCallState (idle) event.

Example

procedure TForm1.hbTapiLine1Idle(Sender: ThbTapiLine; Call: ThbTapiCall);
begin
   Call.Free;
end;

Declaration

Destructor Free;

See Also

ThbTapiLine.Options.AutoFreeIdleCalls, ThbTapiLine.OnIdle