Registriert seit: 11. Jan 2004
246 Beiträge
Delphi 10.4 Sydney
|
Re: DBComboBox
31. Okt 2005, 18:12
Das ist eine DBComboBox.
Etwa so
table1.edit;
table1.fieldbyname('dfdf').asstring := dbcomboBox1.items.text; (oder so)
table1.post;
Ich hab gedacht das macht die ComboBox Komponente automatisch !
Ist heute einfach nicht mein Tag.
|