Source position: agraphics.pas line 318
type TUCopList = record
Next: PUCopList;
FirstCopList: PCopList;
head node of this copper list
CopList: PCopList;
Node in use
end;