procedure TForm1.Button7Click(Sender: TObject);
var
 i:cardinal;
begin
  i:=4294967295 ;
  showmessage(inttostr(i));
end;
我试过了