TdxBreadcrumbEditNode Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Creates a new tree node.
Inherited from Tdx |
#Properties
Name | Description |
---|---|
Count |
Returns the total count of the node’s children.
Inherited from Tdx |
Data |
Specifies a pointer to custom data associated with the node.
Inherited from Tdx |
Display |
Specifies a string to be displayed by the node in the breadcrumb control (when its path editor is inactive) and in its dropdown windows. |
Expanded |
Specifies if the node is expanded.
Inherited from Tdx |
First | Provides access to the node’s first child node. |
Has |
Specifies whether the node expand button is visible if the node has no children.
Inherited from Tdx |
Image |
Specifies the node image index.
Inherited from Tdx |
Index |
Returns the node index in the parent node’s Items collection.
Inherited from Tdx |
Items | Provides indexed access to the node’s child nodes. |
Last | Provides access to the node’s last child node. |
Level |
Returns the node’s nesting level in the tree.
Inherited from Tdx |
Name | Specifies the name of the node. |
Next | Provides access to the next sibling of the current node. |
Owner |
Provides access to the node owner.
Inherited from Tdx |
Parent | Provides access to the node’s parent. |
Path | Returns the full hierarchical path to the node. |
Prev | Provides access to the previous sibling of the current node. |
Root | Provides access to the root node. |
Visible |
Specifies if the node is visible.
Inherited from Tdx |
#Methods
Name | Description |
---|---|
Add |
|
Add |
|
Add |
Adds a child node. |
Add |
Inserts a child node. |
Add |
Adds a node. |
Add |
Adds a node.
Inherited from Tdx |
Assign |
Assigns the specified node’s settings to the current node.
Inherited from Tdx |
Begin |
Prevents node owner updates until an End |
Clear |
Destroys the node’s children.
Inherited from Tdx |
Compare |
Compares two nodes by names without case sensitivity. |
Custom |
Custom sorts the node’s children.
Inherited from Tdx |
Delete |
Deletes the node and its children.
Inherited from Tdx |
Delete |
Destroys the node’s children.
Inherited from Tdx |
End |
Enables node owner updates after a Begin |
Equals |
Inherited from TObject. |
Find |
Searches for a child node. |
Get |
Inherited from TObject. |
Has |
Determines if the specified node is the current node’s ancestor.
Inherited from Tdx |
Is |
Determines if the node is root.
Inherited from Tdx |
Load |
Loads child nodes.
Inherited from Tdx |
Move |
Moves the node and its children to the specified location in the tree.
Inherited from Tdx |
Sort | Sorts nodes based on the node names comparison. |
To |
Inherited from TObject. |
See Also