TdxDBBreadcrumbEditNode 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.
Inherited from Tdx |
Expanded |
Specifies if the node is expanded.
Inherited from Tdx |
First |
Provides access to the node’s first child node.
Inherited from Tdx |
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. |
Key |
Specifies the node’s identifier. |
Last |
Provides access to the node’s last child node.
Inherited from Tdx |
Level |
Returns the node’s nesting level in the tree.
Inherited from Tdx |
Name |
Specifies the name of the node.
Inherited from Tdx |
Next |
Provides access to the next sibling of the current node.
Inherited from Tdx |
Owner |
Provides access to the node owner.
Inherited from Tdx |
Parent | Provides access to the node’s parent. |
Parent |
Specifies the parent node’s identifier. |
Path |
Returns the full hierarchical path to the node.
Inherited from Tdx |
Prev |
Provides access to the previous sibling of the current node.
Inherited from Tdx |
Root |
Provides access to the root node.
Inherited from Tdx |
Visible |
Specifies if the node is visible.
Inherited from Tdx |
#Methods
Name | Description |
---|---|
Add |
Adds a child node. |
Add |
Inherited from Tdx |
Add |
Adds a child node.
Inherited from Tdx |
Add |
Inserts a child node.
Inherited from Tdx |
Add |
Adds a node.
Inherited from Tdx |
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.
Inherited from Tdx |
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.
Inherited from Tdx |
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.
Inherited from Tdx |
To |
Inherited from TObject. |
See Also