Einzelnen Beitrag anzeigen

Benutzerbild von toms
toms
(CodeLib-Manager)

Registriert seit: 10. Jun 2002
4.648 Beiträge
 
Delphi XE Professional
 
#2

Re: Toutline Oberordnernummer Ermitteln

  Alt 3. Mär 2008, 06:22
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;
Thomas
  Mit Zitat antworten Zitat