I’m rewriting one of my programs which used to use Raize components with Alpha controls components. When I was using a Raize Combobox you would add an item with an associated value with <component>.additemvalue( X, Y ); and in a TsCombobox you use <component>.AddItem( X, TObject(Y) ); then in the Raize component there was a .values(); method to access the comboboxes associated object. However in the Alpha Controls I’ve scrolled through the hints and I can’t seem to find the corresponding method in TsCombobox to access the associated object; what is the correct method?