[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'keyboard' (#rtl)

TTreeElement

Declaration

Source position: keyboard.pp line 35

type TTreeElement = record

  Next: PTreeElement;

  Parent: PTreeElement;

  Child: PTreeElement;

  CanBeTerminal: Boolean;

  char: Byte;

  ScanValue: Byte;

  CharValue: Byte;

  SpecialHandler: Tprocedure;

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.