RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.IsFirstNode Method

Indicates whether the tree node is very first.

Pascal
function IsFirstNode: Boolean;
C++
__fastcall Boolean IsFirstNode();

IsFirstNode returns true for the first node, with no parent node or previous sibling. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!