Source position: msesumlist.pas line 16
type realsumty = record
data: realintty;
sumup: realty;
sumdown: realty;
issum: Boolean;
end;