Jump to content

Alexander Bunakov

Members
  • Content Count

    1
  • Joined

  • Last visited

Everything posted by Alexander Bunakov

  1. Alexander Bunakov

    [Android BlueTooth] How to detect a ghost CR?

    Hello, You should override form's KeyDown virtual method: type TForm1 = class(TForm) procedure KeyDown(var Key: Word; var KeyChar: System.WideChar; Shift: TShiftState); override; ... Search local help for FMX.Forms.TCommonCustomForm.KeyDown.
×