Hallo
Schau dir mal diese Funktionen an
Delphi-Quellcode:
property Parent: TOutlineNode read FParent;
function getFirstChild: LongInt;
function GetLastChild: LongInt;
function GetNextChild(Value: LongInt): LongInt;
function GetPrevChild(Value: LongInt): LongInt;
property Index: LongInt read GetIndex;
property Level: Cardinal read GetLevel write SetLevel;