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:
Nodes separated by the new line delimiter (the CRLF sequence).
Tabulated column captions (optional).
Tabulated data cell values.
No text qualifiers and no preview sections.
This procedure ignores a node’s visibility and selected state. To copy only selected nodes to the clipboard, call the CopySelectedToClipboard procedure.
See Also