TRect=record
  case Integer of
    0:(left,top,right,bottom:Integer);
    1:(TopLeft,BottomRight:Integer);
end;第二行的Integer是什么意思?