Listbox kutusu ekleyerek,içine Algoritma,Delphi,Matematik,TBİ,Girişimcilik,İletişim
Edebiyat bilgilerini ve hepsini seçmemize olanak sağlayan programın kodu=
procedure TForm1.FormCreate(Sender: TObject);
begin
ListBox1.Items.Add('Algoritma');
ListBox1.Items.Add('Delphi');
ListBox1.Items.Add('Matematik');
ListBox1.Items.Add('TBİ');
ListBox1.Items.Add('Girişimcilik');
ListBox1.Items.Add('İletişim');
ListBox1.Items.Add('Edebiyat');
ListBox1.MultiSelect := True;
end;
end.

Hiç yorum yok:
Yorum Gönder