klappt leider noch nicht ganz
bei
Delphi-Quellcode:
Obj := self.kdCombobox1.Items.Objects[self.kdCombobox1.ItemIndex] ;
if Assigned(Obj) then
fauftragkd_id:= (obj as Tkunde).KUNDEN_ID
bekomme ich error 219 ungültige Typumwandlung
Obj habe ich als Tobject definiert.
was mache ich noch falsch?
Gruss KH