1 uygun sonuç bulundu

gönderen ashill_98
13 Kas 2016 02:19
Forum: Programlama
Başlık: Bilinmeyen delphi komutları
Cevaplar: 0
Görüntüleme: 1037

Bilinmeyen delphi komutları

begin
DecodeDate(Now, Yil, Ay, Gun);
GunComboBox.ItemIndex := Gun - 1;
AyComboBox.ItemIndex := Ay - 1;
YilMaskEdit.Text := IntToStr(Yil);
end;