Vcl.Outline.TOutlineNode.GetLastChild
Delphi
function GetLastChild: LongInt;
C++
int __fastcall GetLastChild(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.Outline.pas Vcl.Outline.hpp |
Vcl.Outline | TOutlineNode |
Description
Returns the Index value of the last subnode.
Call GetLastChild to locate the last subnode of a node. If the node has no descendants, GetLastChild returns -1.