Back to Devexpress

TdxOcNode.HasAsParent(TdxOcNode) Method

vcl-dxorgchr-dot-tdxocnode-dot-hasasparent-x28-dxorgchr-dot-tdxocnode-x29.md

latest737 B
Original Source

TdxOcNode.HasAsParent(TdxOcNode) Method

Identifies whether the specified node is the parent of the current one.

Declaration

delphi
function HasAsParent(Value: TdxOcNode): Boolean;

Parameters

NameType
ValueTdxOcNode

Returns

Type
Boolean

Remarks

This function returns True if the current node is derived from node passed as the Value parameter; otherwise — False.

See Also

TdxOcNode.Parent

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit