TVTNodeAttachMode Enumeration

Virtual Tree View

Not documented.

Pascal
TVTNodeAttachMode = (amNoWhere, amInsertBefore, amInsertAfter, amAddChildFirst, amAddChildLast);
Description

Use other resources like the news group or the Delphi Gems message board to find a description.

Members
Members 
Description 
amNoWhere 
just for simplified tests, means to ignore the Add/Insert command 
amInsertBefore 
insert node just before destination (as sibling of destination) 
amInsertAfter 
insert node just after destionation (as sibling of destination) 
amAddChildFirst 
add node as first child of destination 
amAddChildLast 
add node as last child of destination 
Group
File

VirtualTrees

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