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