Source position: mmio.pas line 1131
type RectL = record
xLeft: LongInt;
yBottom: LongInt;
xRight: LongInt;
yTop: LongInt;
end;