Hello,
I have come across something peculiar. When typecasting -1 in a combobox (or any other component for that matter), and then try to retrieve the value back
ie.
integer(ComboBox1.items.objects[ComboBox1.itemindex]);
... I get an EStringListError. However it works with any other -ve value.
Does anyone know how to overcome this problem?
thanks
I have come across something peculiar. When typecasting -1 in a combobox (or any other component for that matter), and then try to retrieve the value back
ie.
integer(ComboBox1.items.objects[ComboBox1.itemindex]);
... I get an EStringListError. However it works with any other -ve value.
Does anyone know how to overcome this problem?
thanks