Bilinmeyen delphi komutları

Delphi'de kod yazma ile ilgili sorularınızı bu foruma yazabilirsiniz.
Cevapla
ashill_98
Üye
Mesajlar: 1
Kayıt: 13 Kas 2016 02:15

Bilinmeyen delphi komutları

Mesaj gönderen ashill_98 »

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