Class TPasItemNode
Unit
Declaration
type TPasItemNode = class(TObject)
Description
Hierarchy
- TObject
 - TPasItemNode
 
Overview
Fields
![]()  | 
FChildren: TList; | 
![]()  | 
FParent: TPasItemNode; | 
![]()  | 
FItem: TPasItem; | 
![]()  | 
FName: string; | 
Methods
![]()  | 
function GetName: string; | 
![]()  | 
procedure AddChild(const Child: TPasItemNode); overload; | 
![]()  | 
function AddChild(const AName: string): TPasItemNode; overload; | 
![]()  | 
function AddChild(const AItem: TPasItem): TPasItemNode; overload; | 
![]()  | 
function FindItem(const AName: string): TPasItemNode; | 
![]()  | 
procedure Adopt(const AChild: TPasItemNode); | 
![]()  | 
function Orphan(const AChild: TPasItemNode): boolean; | 
![]()  | 
procedure Sort; | 
![]()  | 
constructor Create; | 
![]()  | 
destructor Destroy; override; | 
![]()  | 
function Level: Integer; | 
Properties
![]()  | 
property Name: string read GetName; | 
![]()  | 
property Item: TPasItem read FItem; | 
![]()  | 
property Parent: TPasItemNode read FParent; | 
Description
Fields
![]()  | 
FChildren: TList; | 
![]()  | 
FParent: TPasItemNode; | 
![]()  | 
FItem: TPasItem; | 
![]()  | 
FName: string; | 
Methods
![]()  | 
function GetName: string; | 
![]()  | 
procedure AddChild(const Child: TPasItemNode); overload; | 
![]()  | 
function AddChild(const AName: string): TPasItemNode; overload; | 
![]()  | 
function AddChild(const AItem: TPasItem): TPasItemNode; overload; | 
![]()  | 
function FindItem(const AName: string): TPasItemNode; | 
![]()  | 
procedure Adopt(const AChild: TPasItemNode); | 
![]()  | 
function Orphan(const AChild: TPasItemNode): boolean; | 
![]()  | 
procedure Sort; | 
![]()  | 
constructor Create; | 
![]()  | 
destructor Destroy; override; | 
![]()  | 
function Level: Integer; | 
Properties
![]()  | 
property Name: string read GetName; | 
![]()  | 
property Item: TPasItem read FItem; | 
![]()  | 
property Parent: TPasItemNode read FParent; | 
Generated by PasDoc 0.16.0.

