TAdvTreeView - unable to find children using FindNodeByTextAndColumn

Hi,

The FindNodeByTextAndColumn uses a pattern search, so you need to add double quotes to search for strings that contain spaces. Adding double quotes to the S variable around your node text should fix the issue.