IdxTreeOwner Interface
Allows an owning control to update itself when a node is changed.
Declaration
IdxTreeOwner = interface(IInterface)
Remarks
The IdxTreeOwner interface is used to interact between the control that implements the interface and an owned node of the TdxTreeCustomNode type.
To learn how to implement the IdxTreeOwner interface, examine the code in the TdxCustomBreadcrumbEdit class implementation.
Inheritance
IInterface
IdxTreeOwner
See Also