Reported By: Matthew Jones Reported On: 11/28/2013 For: Version 1.02 Build 2
# 3964Duplicate TComboBox List Items Causes Problems with Getting/Setting ItemIndex Property If you have a combobox with three items:
gather
gather2
gather
and the following code, you cannot get the ItemIndex to be other than 0 or 1. Selecting the third item sets ItemIndex to 0, not 2. I can't see a way to associate any other data with it.
procedure TMyForm.lstNamesChange(Sender: TObject);
begin
editListInfo.Text := IntToStr(lstNames.ItemIndex);
end;
ResolutionFixed Problem on 12/2/2013 in version 1.03 build 1
Products AffectedElevate Web Builder Elevate Web Builder Trial