TdxDbOcNode Methods
Represents the TdxDbOrgChart‘s tree node.| Name | Description |
|---|---|
| ChildrenHeight | This function returns the total height (in pixels) of the area occupied by current node’s children. Inherited from TdxOcNode. |
| ChildrenWidth | Returns the node’s children width. Inherited from TdxOcNode. |
| ClientRect | Returns the node’s client area. Inherited from TdxOcNode. |
| Collapse(Boolean) | Collapses the node’s children. Inherited from TdxOcNode. |
| DbOwner | |
| DeleteChildren | Deletes all the node’s children. Inherited from TdxOcNode. |
| DisplayRect | Returns the node’s bounding rectangle. Inherited from TdxOcNode. |
| Equals(TObject) | Inherited from TObject. |
| Expand(Boolean) | Shows the node’s children. Inherited from TdxOcNode. |
| Focused | Identifies whether the node has focus. Inherited from TdxOcNode. |
| FullHeight | Returns the height of the current node and its expanded children, in pixels. Inherited from TdxOcNode. |
| FullWidth | Returns the width of the current node and its expanded children, in pixels. Inherited from TdxOcNode. |
| GetFirstChild | Returns the tree node’s first child. Inherited from TdxOcNode. |
| GetHashCode | Inherited from TObject. |
| GetLastChild | Returns the tree node’s last child. Inherited from TdxOcNode. |
| GetNext | Returns the next node in the control’s nodes list. Inherited from TdxOcNode. |
| GetNextChild(TdxOcNode) | Returns the child node following the specified one. Inherited from TdxOcNode. |
| getNextSibling | Returns the next node at the same nesting level. Inherited from TdxOcNode. |
| GetNextVisible | Returns the next visible node in the list of all the control’s nodes. Inherited from TdxOcNode. |
| GetNodeInfo(TdxOcNodeInfo,TdxScaleFactor) | Returns certain node property values as a packed record. Inherited from TdxOcNode. |
| GetPrev | Returns the previous node in the list of all the control’s nodes. Inherited from TdxOcNode. |
| GetPrevChild(TdxOcNode) | Returns the child node preceding the specified one. Inherited from TdxOcNode. |
| getPrevSibling | Specifies the previous node at the same nesting level. Inherited from TdxOcNode. |
| GetPrevVisible | Returns the previous visible node in the list of all the control’s nodes. Inherited from TdxOcNode. |
| HasAsParent(TdxOcNode) | Identifies whether the specified node is the parent of the current one. Inherited from TdxOcNode. |
| IndexOf(TdxOcNode) | Returns the index of the specified child node. Inherited from TdxOcNode. |
| IsParentRoot | Identifies whether the node’s parent is the tree root. Inherited from TdxOcNode. |
| MakeVisible | Shows the node within the control’s client area. Inherited from TdxOcNode. |
| MoveTo(TdxOcNode,TdxOcNodeAttachMode) | Moves the current node to a specific location within the tree. Inherited from TdxOcNode. |
| ToString | Inherited from TObject. |
See Also