Skip to main content
A newer version of this page is available. .

TdxTreeViewNodeViewInfo Members

Contains ViewInfo information for a tree node.

Constructors

Name Description
Create(TdxCustomTreeView) Creates a new TdxTreeViewPersistent class instance. Inherited from TdxTreeViewPersistent.

Properties

Name Description
Bounds Returns the element’s bounding rectangle. Inherited from TdxTreeViewCustomViewInfo.
CheckBoxRect Returns the node’s checkbox bounding rectangle.
ExpandButtonRect Returns the node’s expand button bounding rectangle.
HorizontalTreeLineBounds Returns the horizontal line’s bounding rectangle between the node and its parent.
ImageRect Returns the node’s main image bounding rectangle.
SelectionRect Returns the node’s selection rectangle.
TextRect Returns the node’s caption bounding rectangle.
VerticalTreeLineBounds Returns the vertical line’s bounding rectangle between the node and its parent.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
DefaultDraw(TcxCanvas) Draws all node content on the specified canvas.
DrawCaption(TcxCanvas) Draws the node’s caption on the specified canvas.
DrawCheckBox(TcxCanvas) Draws the node’s checkbox on the specified canvas.
DrawExpandButton(TcxCanvas) Draws the node’s expand button on the specified canvas.
DrawFocus(TcxCanvas) Draws the node’s focus rectangle on the specified canvas.
DrawImage(TcxCanvas) Draws the node’s main image on the specified canvas.
DrawSelection(TcxCanvas) Draws the node’s selection rectangle on the specified canvas.
DrawStateImage(TcxCanvas) Draws the node’s additional image on the specified canvas.
DrawTreeLine(TcxCanvas,TRect) Draws a tree line in the rectangle on the specified canvas.
DrawTreeLines(TcxCanvas) Draws lines between the node and its parent on the specified canvas.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also