Skip to main content

TcxCustomTreeList.CopyAllToClipboard Method

Copies all nodes created in the tree list to the clipboard as text.

Declaration

procedure CopyAllToClipboard;

Remarks

The resulting text includes:

This procedure ignores a node’s visibility and selected state. To copy only selected nodes to the clipboard, call the CopySelectedToClipboard procedure.

See Also