Delphi cxtreelist looping through nodes
问题 I have a tcxTreeList with 3 columns the first column has set property of Node.CheckGroupType := ncgCheckGroup; , and 2nd column contains Key of the First root node and third column contains the keys of all child nodes under the root node. How can i get the key of root node whether it is checked or not and keys of all checked child nodes into 2 variables to insert into db and Load back items from keys we get from DB My code for adding items is as below APNode := tv.Add; APNode.CheckGroupType :