[Lazarus] About TComboBox.Items.IndexOfName

Sven Barth pascaldragon at googlemail.com
Thu Oct 31 10:51:22 CET 2013


Am 30.10.2013 22:41, schrieb FreeMan:
> Hello,
> I'm not sure is this bug? can some one test please? and if its but 
> I'll make new issue.
> I have a TComboBox, I add 2 strings. I wanna do, if TmpStr is in the 
> items, do it selected.
>
>   I := EDT_User.Items.IndexOfName(TmpStr);
>   EDT_User.ItemIndex:= I;
>
> 1-) I is always return -1;
Does your combobox contain non-ASCII characters? How is TmpStr declared?

Regards,
Sven




More information about the Lazarus mailing list