Unit 'keyboard' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl-console]

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;

  ShiftValue: TEnhancedShiftState;

  SpecialHandler: Tprocedure;

end;


Documentation generated on: 2023-03-18