TdxDbOcNode Members
Represents the TdxDbOrgChart‘s tree node.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomOrgChart) | Creates an instance of the TdxOcNode class. Inherited from TdxOcNode. |
Properties
| Name | Description |
|---|---|
| AbsoluteCount | Returns the total count of child nodes. Inherited from TdxOcNode. |
| AbsoluteItems | Provides indexed access to all the child nodes at all hierarchy levels. Inherited from TdxOcNode. |
| ChildAlign | Aligns the node in relation to its direct descendants. Inherited from TdxOcNode. |
| Color | Specifies the node’s background color. Inherited from TdxOcNode. |
| Count | Returns the node’s direct descendants count. Inherited from TdxOcNode. |
| Data | Points to custom data, associated with the node Inherited from TdxOcNode. |
| Deleting | Identifies if the node is being removed. Inherited from TdxOcNode. |
| Expanded | Specifies whether the tree node is expanded. Inherited from TdxOcNode. |
| HasChildren | Specifies if the node has the list for storing child nodes. Inherited from TdxOcNode. |
| Height | Specifies the tree node height, in pixels. Inherited from TdxOcNode. |
| ImageAlign | Specifies the image position within a node. Inherited from TdxOcNode. |
| ImageIndex | Specifies an image displayed within the tree node. Inherited from TdxOcNode. |
| Index | Returns the zero-based index corresponding to the node’s position among its siblings. Inherited from TdxOcNode. |
| IsVisible | Identifies if both the current node and its parent are expanded. Inherited from TdxOcNode. |
| Items | Provides zero-based indexed access to individual child nodes. Inherited from TdxOcNode. |
| Key | Represents the node’s ID. |
| Level | Returns the node’s nesting level. Inherited from TdxOcNode. |
| Owner | Provides access to the OrgChart control to which the node belongs. Inherited from TdxOcNode. |
| Parent | Provides access to the current node’s parent. Inherited from TdxOcNode. |
| ParentKey | Represents the parent node‘s ID. |
| Selected | Specifies whether the node is selected Inherited from TdxOcNode. |
| Shape | Specifies the node frame’s geometric shape. Inherited from TdxOcNode. |
| Text | Specifies a text string associated with the node. Inherited from TdxOcNode. |
| Width | Specifies the tree node width, in pixels. Inherited from TdxOcNode. |
Methods
| 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