TcxTreeListNode.IsSibling(TcxTreeListNode) Method
In This Article
Checks whether the specified node is a sibling of the current node.
#Declaration
Delphi
function IsSibling(ANode: TcxTreeListNode): Boolean;
#Parameters
Name | Type |
---|---|
ANode | Tcx |
#Returns
Type |
---|
Boolean |
#Remarks
The function returns True if the current node and ANode are siblings, i.e., have the same parent node.
See Also