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