ThbTapiPhone.OnDigitPressed
Unit: hbTapi

This event fires when a button of the keypad was pressed. 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 OnDigitPressed(Sender: ThbTapiPhone; Digit: Char);
property OnDigitPressed: ThbTapiPhoneDigitEvent;

See Also

ThbTapiPhone.OnDigitReleased | OnButton