TcxTreeListNode.IsSibling(TcxTreeListNode) Method
Checks whether the specified node is a sibling of the current node.
Declaration
function IsSibling(ANode: TcxTreeListNode): Boolean;
Parameters
| Name | Type |
|---|---|
| ANode | TcxTreeListNode |
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