Skip to main content
A newer version of this page is available. .

TdxTreeViewNodes Members

A tree node container in the Tree View.

Constructors

Name Description
Create(TdxCustomTreeView) Creates a new TdxTreeViewPersistent class instance. Inherited from TdxTreeViewPersistent.

Properties

Name Description
Count Returns the total node count in the container.
Handle Returns the window handle to the node container.
Item Provides indexed access to stored nodes.

Methods

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