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