TsCombobox accessing associated object value?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #71833
    NormAtHome
    Participant

    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?

    #71836
    Alan Montgomery
    Participant

    It would be Items.Objects[X]

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.