Source position: variablemapping.pas line 31
type TVariableList = record
Name: String;
Column: Integer;
Garbage: Boolean;
DataType: TVariableTypeSet;
end;