Source position: datatypes.pas line 200
type TToolNode = record
tn_Node: tNode;
tn_Tool: TTool;
tn_Length: LongWord;
end;