Skip to main content

TdxTreeCustomNode Class

The base class for tree node classes.

Declaration

TdxTreeCustomNode = class(
    TObject
)

Remarks

This class implements the basic functionality required to create a tree structure.

The TdxTreeCustomNode class members allow you to do the following:

Do not use the TdxTreeCustomNode class directly. Use the following descendants:

Inheritance

TObject
TdxTreeCustomNode
See Also