Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The TransferItems method transfers copies of items from this tree to another tree. Unlike the SendItems method, which only sends items and their children, this method also sends the items' parents. This is useful if you need to synchronize two trees. In other words, this is a control-to-control transfer of items, rather than an item-to-item copy.

...

Code Block
// Assume two trees with boys and girls organized into teams 
// Transfer Matthew from the Blue Team in Tree #1 to the Blue Team in Tree #2 
Send_Message(@Window:".OLE_TREE", "OLE.TransferItems", "Matthew", @Window:".OLE_TREE_2", 1, 1)

See Also

AnimateItemSendItems