[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: PasDoc_HierarchyTree.pas line 38
type TPasItemNode = class(TObject) |
||
protected |
||
FChildren: TList; |
|
|
|
||
FItem: TPasItem; |
|
|
FName: string; |
|
|
function GetName; |
|
|
procedure AddChild(); |
|
|
function FindItem(); |
|
|
procedure Adopt(); |
|
|
function Orphan(); |
|
|
procedure Sort; |
|
|
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
function Level; |
|
|
property Name: string; [r] |
|
|
property Item: TPasItem; [r] |
|
|
property Parent: TPasItemNode; [r] |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |