Hallo JPSelter
Zitat von
TreeView-Hilfe:
Code:
TVTNodeAttachMode = (
amNoWhere, // just for simplified tests, means to ignore the Add/Insert command
amInsertBefore, // insert node just before destination (as sibling of destination)
amInsertAfter, // insert node just after destionation (as sibling of destination)
amAddChildFirst, // add node as first child of destination
amAddChildLast // add node as last child of destination
);
Versuche es einmal mit dem Modus
amAddChildLast. Wenn du nur die Kind-Knoten kopieren möchtest, mußt du dies eventuell in einer Schleife tun.
Gruß Hawkeye