TdxDBTreeNode Class
The TdxDBTreeNode object is an individual item of the TdxDBTreeView control. The dxDBTreeNode is related to a DB record.
Declaration
TdxDBTreeNode = class(
TdxTreeNode
)
Remarks
The dxDBTreeNode is inherited from TTreeNode. TdxDBTreeNode contains the KeyFieldValue and the ParentFieldValue defined by the KeyField Value and ParentField records of a related DataSet.
Inheritance
TObject
TPersistent
TTreeNode
TdxTreeNode
TdxDBTreeNode
See Also