[Overview][Constants][Types][Procedures and functions][Index] |
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; |
lazarus-ccr.sourceforge.net |