Skip to main content

IdxTreeOwner.GetNodeClass(TdxTreeCustomNode) Method

Returns a node class reference.

Declaration

function GetNodeClass(ARelativeNode: TdxTreeCustomNode): TdxTreeCustomNodeClass;

Parameters

Name Type
ARelativeNode TdxTreeCustomNode

Returns

Type
TdxTreeCustomNodeClass

Remarks

In the base implementation, the method is called by the node’s AddNode method.

ARelativeNode specifies the parent node. If ARelativeNode is nil, the parent node is the root node (see the Root property).

See Also