Source position: datatypes.pas line 196
type tToolNode = record
tn_Node: TNode;
tn_Tool: tTool;
tn_Length: LongWord;
end;