RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.HasAsParent Method

Returns true if Value is a parent node of the calling node.

Pascal
function HasAsParent(Value: TTreeNode): Boolean;
C++
__fastcall Boolean HasAsParent(TTreeNode Value);

Use the HasAsParent method to determine if a node is a parent to a particular node. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!