RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOutlineNode.getFirstChild Method

Returns the Index value of the first subnode.

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

Call getFirstChild to locate the first subnode of a node when traversing the outline tree. If the node has no descendants, getFirstChild returns -1. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!