RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOutlineNode.GetLastChild Method

Returns the Index value of the last subnode.

Pascal
function GetLastChild: LongInt;
C++
__fastcall LongInt GetLastChild();

Call GetLastChild to locate the last subnode of a node. If the node has no descendants, GetLastChild returns -1. 

 

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