Back to Devexpress

TdxOcNode Methods

vcl-dxorgchr-dot-tdxocnode-dot-underscore-methods.md

latest4.0 KB
Original Source

TdxOcNode Methods

A tree node.

NameDescription
ChildrenHeightThis function returns the total height (in pixels) of the area occupied by current node’s children.
ChildrenWidthReturns the node’s children width.
ClientRectReturns the node’s client area.
Collapse(Boolean)Collapses the node’s children.
DeleteChildrenDeletes all the node’s children.
DisplayRectReturns the node’s bounding rectangle.
Equals(TObject)Inherited from TObject.
Expand(Boolean)Shows the node’s children.
FocusedIdentifies whether the node has focus.
FullHeightReturns the height of the current node and its expanded children, in pixels.
FullWidthReturns the width of the current node and its expanded children, in pixels.
GetFirstChildReturns the tree node’s first child.
GetHashCodeInherited from TObject.
GetLastChildReturns the tree node’s last child.
GetNextReturns the next node in the control’s nodes list.
GetNextChild(TdxOcNode)Returns the child node following the specified one.
getNextSiblingReturns the next node at the same nesting level.
GetNextVisibleReturns the next visible node in the list of all the control’s nodes.
GetNodeInfo(TdxOcNodeInfo,TdxScaleFactor)Returns certain node property values as a packed record.
GetPrevReturns the previous node in the list of all the control’s nodes.
GetPrevChild(TdxOcNode)Returns the child node preceding the specified one.
getPrevSiblingSpecifies the previous node at the same nesting level.
GetPrevVisibleReturns the previous visible node in the list of all the control’s nodes.
HasAsParent(TdxOcNode)Identifies whether the specified node is the parent of the current one.
IndexOf(TdxOcNode)Returns the index of the specified child node.
IsParentRootIdentifies whether the node’s parent is the tree root.
MakeVisibleShows the node within the control’s client area.
MoveTo(TdxOcNode,TdxOcNodeAttachMode)Moves the current node to a specific location within the tree.
ToStringInherited from TObject.

See Also

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit