Source position: intuition.pas line 103
type tBorder = record
LeftEdge: SmallInt;
TopEdge: SmallInt;
FrontPen: Byte;
BackPen: Byte;
DrawMode: Byte;
Count: ShortInt;
XY: Pointer;
NextBorder: pBorder;
end;