Untuk Pemula di Delphi Disarankan Membuat seperti di bawah ini
Sediakan I form seperti dibawah Ini
Ketentuan
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
Button1: TButton;
> dobble Klik pada Form dan Masukan coding dibawah Ini
procedure TForm1.FormCreate(Sender: TObject);
begin
Label3.Caption :='Dede Lukman Hakim';
Label4.Caption :='Mana Boa lah';
end;
>> Klik Pada Button 2x dan Masukan Coding Di Bawah ini
procedure TForm1.Button1Click(Sender: TObject);
begin
close;
end;
Hasil'a akan Seperti Ini
Sediakan I form seperti dibawah Ini
Ketentuan
Label1: TLabel;
Label2: TLabel;
Label3: TLabel;
Label4: TLabel;
Button1: TButton;
> dobble Klik pada Form dan Masukan coding dibawah Ini
procedure TForm1.FormCreate(Sender: TObject);
begin
Label3.Caption :='Dede Lukman Hakim';
Label4.Caption :='Mana Boa lah';
end;
>> Klik Pada Button 2x dan Masukan Coding Di Bawah ini
procedure TForm1.Button1Click(Sender: TObject);
begin
close;
end;
Hasil'a akan Seperti Ini
Perkenalan Delphi7
Reviewed by LUKMAN HAKIM
on
Sabtu, Februari 18, 2012
Rating:
Tidak ada komentar:
Posting Komentar