Board index » delphi » tstringlist object property
nhuhta
![]() Delphi Developer |
Tue, 27 Jun 2000 03:00:00 GMT
tstringlist object propertyMy app uses a combobox to allow the user to pick a vendor. I'd like to I have accomplished this with the following code: ComboBox1.Items.AddObject(Copy(TBVendorName.Value,1,20),Pointer(TBVendorNO. When the user selects an item in the combo control, I'd like to assign TBTransVendorNo.Value:=ComboBox1.Items.Objects[ComboBox1.Itemindex]; However, this assignment won't compile. It produces an error of Is there a better method to accomplish this task ??? Screen real estate Thank you for your help. Neil Huhta |