Delphi VirtualStringTree - Check for Duplicates?
Posted
by
Jeff
on Stack Overflow
See other posts from Stack Overflow
or by Jeff
Published on 2011-01-14T23:10:11Z
Indexed on
2011/01/14
23:53 UTC
Read the original article
Hit count: 275
Hello S.O!
Yeah, I know I post a lot of questions, but thats because I either need assurance that I am doing it right, what I am doing wrong, or if I am totally clueless, and cant find anything in the documentation. Anyways,
I am trying to check for duplicate nodes. Here is how I would want to do it:
Loop thru my nodes, and compare each single node's text (record), but if I got many nodes, wouldnt that be too time and memory consuming? Would there be a better approach for this?
Thanks! - Jeff.
© Stack Overflow or respective owner