TdxTreeCustomNode.IsRoot Method
In This Article
Determines if the node is root.
#Declaration
Delphi
function IsRoot: Boolean;
#Returns
Type | Description |
---|---|
Boolean | True if the node is a root; otherwise, False. |
See Also