Skip to main content

TdxTreeViewNode Methods

A tree view node.
Name Description
AddChild Appends a new child node with the default settings. Inherited from TdxTreeCustomNode.
AddChild(string,Pointer) Appends a new child node.
AddChildFirst Prepends a new child node with the default settings. Inherited from TdxTreeCustomNode.
AddChildFirst(string,Pointer) Prepends a new child node.
AddNode(TdxTreeCustomNode,TdxTreeCustomNode,Pointer,TdxTreeNodeAttachMode) Adds a node. Inherited from TdxTreeCustomNode.
AddNode(TdxTreeViewNode,TdxTreeViewNode,Pointer,TdxTreeNodeAttachMode) Adds a node.
AlphaSort(Boolean) Sorts the node’s children.
Assign(TdxTreeCustomNode) Assigns the specified node’s settings to the current node. Inherited from TdxTreeCustomNode.
BeginUpdate Prevents node owner updates until an EndUpdate call. Inherited from TdxTreeCustomNode.
Clear Destroys the node’s children. Inherited from TdxTreeCustomNode.
Collapse(Boolean) Collapses the node.
CustomSort(TdxCustomTreeNodeCompareProc,Boolean) Custom sorts the node’s children. Inherited from TdxTreeCustomNode.
CustomSort(TdxTreeViewNodeCompareProc,TdxNativeInt,Boolean) Custom sorts the node’s children.
Delete Deletes the node and its children. Inherited from TdxTreeCustomNode.
DeleteChildren Destroys the node’s children. Inherited from TdxTreeCustomNode.
DisplayRect(Boolean) Returns the node’s bounds.
EditCaption Opens the node’s in-place caption editor if it is possible.
EndEdit(Boolean) Closes the node’s in-place caption editor.
EndUpdate Enables node owner updates after a BeginUpdate call. Inherited from TdxTreeCustomNode.
Equals(TObject) Inherited from TObject.
Expand(Boolean) Expands the node.
GetHashCode Inherited from TObject.
GetNext Provides access to the next node.
GetPrev Provides access to the previous node.
HasAsParent(TdxTreeCustomNode) Determines if the specified node is the current node’s ancestor. Inherited from TdxTreeCustomNode.
Invalidate Redraws the node.
IsRoot Determines if the node is root. Inherited from TdxTreeCustomNode.
LoadChildren Loads child nodes. Inherited from TdxTreeCustomNode.
MakeVisible Expands all ancestor nodes of the node and brings it into view.
MoveTo(TdxTreeCustomNode,TdxTreeNodeAttachMode) Moves the node and its children to the specified location in the tree. Inherited from TdxTreeCustomNode.
ToString Inherited from TObject.
See Also