Arsip: deteksi
                
                   more 18 years ago
                  
              NggotMan
gini..lgsg aj ya..
klo mo bkin deteksi bilangan itu INTEGER atau bkn tuh gimn ya?  :roll:
                
                
                   more 18 years ago
                  
              pradhana
Bisa dicoba fungsi ini. Semoga bermanfaat.
                
function CheckInteger(value: String): Boolean;
var
  I, Code : Integer;
begin
  Val(value, I, Code);
  if Code<>0 then
    Result := False
  else
    Result := True;
end;
procedure TForm1.Button1Click(Sender: TObject);
begin
 if CheckInteger(Edit1.Text) = True then
    ShowMessage('Hasil: Integer')
 else
    ShowMessage('Hasil: Bukan Integer');
end;
                
                   more 18 years ago
                  
                
              mas_kofa
    try
       x := StrToInt(Edit1.Text);
      showmessage('Hasil Integer');
    except
      x := 0;
      showmessage('Hasil Bukan Integer');
    end;
                
                   more 18 years ago
                  
              NggotMan
ok mas..tak cb dl ya..
matur nuwun..
terima kasih..
danke schoon!!
GANBATTE!!
                more ...
              - Pages:
 - 1
 
                    
                     reply  |
                     Report Obsolete
                  
                AI Forward
            
🚀 We're thrilled to partner with Alibaba Cloud for "AI Forward - Alibaba Cloud Global Developer Summit 2025" in Jakarta! Join us and explore the future of AI. Register now: 
https://int.alibabacloud.com/m/1000400772/
#AlibabaCloud #DeveloperSummit #Jakarta #AIFORWARD
Last Articles
Last Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 5 years ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 5 years ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 5 years ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 5 years ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 5 years ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 5 years ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 5 years ago - Archive
 - Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 13 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 13 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 13 years ago 
Random Topic
- variabel yang dapat diakses keseluruhan program
by gigit in Enginering more 16 years ago - Mohon bantuan teman2
by grounders in Hal umum tentang Pascal Indonesia more 20 years ago - [help] kirim data ke mikro
by willbrig in Enginering more 18 years ago - Perhitungan Count
by belajaraja in Hal umum tentang Pascal Indonesia more 17 years ago - akses database ms.acces dari delphi
by artati in Paradox more 18 years ago - [ASK] Legalitas Win98 dan WinME
by yoebhe in OOT more 18 years ago - Ekrf dan TopenDialog konflik?
by belajardelphi in Bedah Kasus more 18 years ago - String Routine
by J4ckR1pp3r in Tip n Trik Pemrograman more 19 years ago - MErdeka
by nurez in OOT more 18 years ago - Pilih yg mana ? (Delphi 7 / Delphi 2007 / Delphi 2010)
by itoru in Lain-lain more 14 years ago