TVirtualDrawTree.DefaultPasteMode Property

Virtual Tree View

Read or set the value, which determines where to add pasted nodes to.

Pascal
property DefaultPasteMode: TVTNodeAttachMode;
Description

The default paste mode is an attach mode, which is used when pasting data from the clipboard into the tree. Usually, you will want new nodes to be added as child nodes to the currently focused node (and this is also the default value), but you can also specify to add nodes only as siblings. 

 

See Also

TVTNodeAttachMode

Class
Links
What do you think about this topic? Send feedback!