TiPhonePad.OnKeyClick
TiPhonePad See Also
Occurs when a button on the Phone Pad is clicked with the mouse.
property OnKeyClick (Sender : TObject; KeyCode : Integer; AChar: Char) : TNotifyEvent;
KeyCode : Integer
Integer value of the button pressed. Buttons 0-9 correspond to their
respective integer values. Button * corresponds to integer value 10 and Button #
corresponds to integer value 11.
AChar : Char
Character value of the button pressed.
Description
Use OnKeyClick to specify actions to perform when a button on the Phone Pad
is clicked and to determine which button was clicked.
Contents | Index | Previous | Next