[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TNodeAttachMode - enumerated type denoting mode of attachment of TreeNodes
Source position: comctrls.pp line 1951
type TNodeAttachMode = ( |
||
naAdd, |
|
|
naAddFirst, |
|
|
naAddChild, |
|
|
naAddChildFirst, |
|
|
naInsert, |
|
|
naInsertBehind |
|
|
); |
TNodeAttachMode - enumerated type denoting mode of attachment of TreeNodes
naAdd, // add as last sibling of Destination naAddFirst, // add as first sibling of Destination naAddChild, // add as last child of Destination naAddChildFirst, // add as first child of Destination naInsert, // insert in front of Destination naInsertBehind // insert behind Destination
lazarus-ccr.sourceforge.net |