Hi, i am making a program that uses TCombobox, but i have a little problem.
I want to set one string in the items property of the combobox.
This seems to work fine:
ComboBox1.Items[X] :=Quests[X].Name;
But this in another unit doesnt:
Form1.ComboBox.Items[Z]:=Unit4.Quests[X].Name;
I get the following error:
List Index (0) out of bounds
lazarus: v. 0.9.30
fpc:v.2.4.2
Windows XP
Can you please help me!
Thanks!
