Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V23.1
  • TdxDBTreeView.DBTreeNodes Property

    DBTreeNodes is an indexed array of all TDBTreeNodes in a data-aware tree-view.

    Declaration

    property DBTreeNodes: TdxDBTreeNodes read;

    Property Value

    Type
    TdxDBTreeNodes

    Remarks

    Use the DBTreeNodes to gain direct access to a particular dxDBTreeNode in a data-aware tree-view. Specify which DB item to access by means of Index, where an Index of 0 specifies the first item, an Index of 1 specifies the second item, etc. Each item is a TdxDBTreeNode object. The items are created automatically. This is included only for compatibility with RSD DBTreeView. The TdxDBTreeNode is inherited from the TTreeNode.

    See Also