Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTreeViewNodes Methods
Show Inherited Hide Inherited

A tree node container in the Tree View.
Name Description
Add(TdxTreeViewNode,string) Appends a new node at the same nesting level as the target node.
AddChild(TdxTreeViewNode,string) Appends a new child node to the specified node.
AddChildFirst(TdxTreeViewNode,string) Prepends a new child node to the specified node.
AddChildObject(TdxTreeViewNode,string,Pointer) Appends a new child node to the specified node.
AddChildObjectFirst(TdxTreeViewNode,string,Pointer) Prepends a new child node to the specified node.
AddFirst(TdxTreeViewNode,string) Prepends a new node at the same nesting level as the target node.
AddNode(TdxTreeViewNode,TdxTreeViewNode,string,Pointer,TdxTreeNodeAttachMode) Adds a node.
AddObject(TdxTreeViewNode,string,Pointer) Appends a new node at the same nesting level as the target node.
AddObjectFirst(TdxTreeViewNode,string,Pointer) Prepends a new node at the same nesting level as the target node.
AlphaSort(Boolean) Sorts tree nodes by their captions.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Prevents Tree View updates until an EndUpdate call.
Clear Deletes all nodes in the container.
CustomSort(TdxTreeViewNodeCompareProc,NativeInt,Boolean) Sorts tree nodes.
Delete(TdxTreeViewNode) Deletes the target node and its children.
EndUpdate Enables Tree View updates after a BeginUpdate call.
Equals(TObject) Inherited from TObject.
GetFirstNode Provides access to the first node in the container.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
Insert(TdxTreeViewNode,string) Inserts a new node at the same nesting level immediately before the target node.
InsertNode(TdxTreeViewNode,TdxTreeViewNode,string,Pointer) Inserts a node immediately prior the target node.
InsertObject(TdxTreeViewNode,string,Pointer) Inserts a new node at the same nesting level immediately prior the target node.
ToString Inherited from TObject.
See Also