[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: unit_ted.pas line 13
type Atom = record |
||
Kind: AtomKind; |
|
|
Height: real; |
|
|
Width: real; |
|
|
Angle: real; |
|
|
NextLikeMe: Integer; |
|
|
FirstBelowMe: Integer; |
|
|
end; |