ThbTapiPhone.OnDigitReleased
Unit: hbTapi

This event fires when a button of the keypad was Released. The button is indicated by the digit parameter. Valid digits are '0' to '9', '*' and '#'.

Availability

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

Declaration

procedure OnDigitReleased(Sender: ThbTapiPhone; Digit: Char);
property OnDigitReleased: ThbTapiPhoneDigitEvent;

See Also

ThbTapiPhone.OnDigitPressed | OnButton