Skip to main content

TcxCustomTreeList.CopyAllToClipboard Method

Copies all nodes in the Tree List control to the clipboard as text.

Declaration

procedure CopyAllToClipboard;

Remarks

Copied text includes the following:

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

See Also