[Lazarus] About TComboBox.Items.IndexOfName
FreeMan
freeman35 at delphiturkiye.com
Wed Oct 30 22:41:16 CET 2013
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;
2-) I add breakpoint on IndexOfName function, debugger stop there, when
click F7 not to go that function, I added breakpoint in IndexOfName
function, but never stop in, directly jump to next line on my code.
3-) EDT_User.ItemIndex:= 1; this code not to trigger Text property, text
not change
/opt/freepascal/2.7.1/rtl/objpas/classes/stringl.inc line 784
Kubuntu 13.10 x64
fpc svn update 25886
lazarus svn update 43343
QT
More information about the Lazarus
mailing list