TcxCustomTreeList.CopyAllToClipboard Method
In This Article
Copies all nodes in the Tree List control to the clipboard as text.
#Declaration
Delphi
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