ThbTapiLine.OnDigits
Unit: hbTapi

This event is called when the gathering of digits has terminated. The property ThbTapiCall.GatherDigits.Active must be set to True to start digits gathering. Prior this event fires the property ThbTapiCall.GatherDigits.Active is set to False. The parameter Digits contains the digitis gathered. The Termination parameter is a flag which indicates how the gathering terminated.

Availability

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

Declaration

procedure (Sender: ThbTapiLine; Call: ThbTapiCall; Digits: String; Termination: DWORD) of Object;
property OnGatherDigits: ThbTapiCallGatherDigitsEvent;

Description

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

See Also

CallOptions.GatherDigits, ThbTapiCall.GatherDigits