[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'GTKProc' (#lcl)

TVKeyInfo

Declaration

Source position: gtkproc.pp line 427

type TVKeyInfo = record

  KeyCode: array [Boolean] of Byte;

  KeySym: array [0..7] of Integer;

  KeyChar: array [0..3] of TVKeyUTF8Char;

end;