Copy Data to the Clipboard
A tree list is capable of transferring data to other applications using the system clipboard. It provides the following methods used to programmatically perform basic clipboard operations:
TcxCustomTreeList.CopyAllToClipboard – Copies all nodes to the clipboard as text.
TcxCustomTreeList.CopySelectedToClipboard – Copies selected nodes to the clipboard as text.
See Also