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