Class TPasItemNode
Unit
PasDoc_HierarchyTree
Declaration
type TPasItemNode = class(TObject)
Description
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
|
FChildren: TList; |
|
|
FName: string; |
|
Methods
|
function GetName: string; |
|
|
function AddChild(const AName: string): TPasItemNode; overload; |
|
|
procedure Sort; |
|
|
constructor Create; |
|
|
destructor Destroy; override; |
|
|
function Level: Integer; |
|
Properties
|
property Name: string read GetName; |
|
Generated by PasDoc 0.15.0.
|