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