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

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

See Also