Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

TdxDBTreeNodes Class

Declaration

TdxDBTreeNodes = class(
    TObject
)

Remarks

The TdxDBTreeNodes object maintains a list of items (TdxDBTreeNode objects). The Items property of the data-aware tree-view control ( theTdxDBTreeView component) which is of TdxDBTreeNodes type maintains the items in the data-aware tree-view.

Note: Items are created automatically.

Inheritance

TObject
TdxDBTreeNodes
See Also