Edit.text := MultiColumnDropdown.Text; //retrieve the value from 1st col
how would you retrieve the values from the remaining col's of the "selected row"
Thanks
You can retrieve this with:
value := AdvMultiColumnDropDown1.Items[AdvMultiColumnDropDown1.ItemIndex].Text.Strings[othercolumnindex];
Thanks much. Great products