TdxDbOcNode Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Creates an instance of the Tdx |
#Properties
Name | Description |
---|---|
Absolute |
Returns the total count of child nodes.
Inherited from Tdx |
Absolute |
Provides indexed access to all the child nodes at all hierarchy levels.
Inherited from Tdx |
Child |
Aligns the node in relation to its direct descendants.
Inherited from Tdx |
Color |
Specifies the node’s background color.
Inherited from Tdx |
Count |
Returns the node’s direct descendants count.
Inherited from Tdx |
Data |
Points to custom data, associated with the node
Inherited from Tdx |
Deleting |
Identifies if the node is being removed.
Inherited from Tdx |
Expanded |
Specifies whether the tree node is expanded.
Inherited from Tdx |
Has |
Specifies if the node has the list for storing child nodes.
Inherited from Tdx |
Height |
Specifies the tree node height, in pixels.
Inherited from Tdx |
Image |
Specifies the image position within a node.
Inherited from Tdx |
Image |
Specifies an image displayed within the tree node.
Inherited from Tdx |
Index |
Returns the zero-based index corresponding to the node’s position among its siblings.
Inherited from Tdx |
Is |
Identifies if both the current node and its parent are expanded.
Inherited from Tdx |
Items |
Provides zero-based indexed access to individual child nodes.
Inherited from Tdx |
Key | Represents the node’s ID. |
Level |
Returns the node’s nesting level.
Inherited from Tdx |
Owner |
Provides access to the Org |
Parent |
Provides access to the current node’s parent.
Inherited from Tdx |
Parent |
Represents the parent node‘s ID. |
Selected |
Specifies whether the node is selected
Inherited from Tdx |
Shape |
Specifies the node frame’s geometric shape.
Inherited from Tdx |
Text |
Specifies a text string associated with the node.
Inherited from Tdx |
Width |
Specifies the tree node width, in pixels.
Inherited from Tdx |
#Methods
Name | Description |
---|---|
Children |
This function returns the total height (in pixels) of the area occupied by current node’s children.
Inherited from Tdx |
Children |
Returns the node’s children width.
Inherited from Tdx |
Client |
Returns the node’s client area.
Inherited from Tdx |
Collapse |
Collapses the node’s children.
Inherited from Tdx |
Db |
|
Delete |
Deletes all the node’s children.
Inherited from Tdx |
Display |
Returns the node’s bounding rectangle.
Inherited from Tdx |
Equals |
Inherited from TObject. |
Expand |
Shows the node’s children.
Inherited from Tdx |
Focused |
Identifies whether the node has focus.
Inherited from Tdx |
Full |
Returns the height of the current node and its expanded children, in pixels.
Inherited from Tdx |
Full |
Returns the width of the current node and its expanded children, in pixels.
Inherited from Tdx |
Get |
Returns the tree node’s first child.
Inherited from Tdx |
Get |
Inherited from TObject. |
Get |
Returns the tree node’s last child.
Inherited from Tdx |
Get |
Returns the next node in the control’s nodes list.
Inherited from Tdx |
Get |
Returns the child node following the specified one.
Inherited from Tdx |
get |
Returns the next node at the same nesting level.
Inherited from Tdx |
Get |
Returns the next visible node in the list of all the control’s nodes.
Inherited from Tdx |
Get |
Returns certain node property values as a packed record.
Inherited from Tdx |
Get |
Returns the previous node in the list of all the control’s nodes.
Inherited from Tdx |
Get |
Returns the child node preceding the specified one.
Inherited from Tdx |
get |
Specifies the previous node at the same nesting level.
Inherited from Tdx |
Get |
Returns the previous visible node in the list of all the control’s nodes.
Inherited from Tdx |
Has |
Identifies whether the specified node is the parent of the current one.
Inherited from Tdx |
Index |
Returns the index of the specified child node.
Inherited from Tdx |
Is |
Identifies whether the node’s parent is the tree root.
Inherited from Tdx |
Make |
Shows the node within the control’s client area.
Inherited from Tdx |
Move |
Moves the current node to a specific location within the tree.
Inherited from Tdx |
To |
Inherited from TObject. |
See Also