procedure TForm1.Button1Click(Sender: TObject);begin label1.Caption := IntToStr(StrToInt('$FFFF')); //integer = 65535end;