[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: gtree.pp line 35
type generic TTreeNode <T>= class  | 
public  | 
type  | 
protected  | 
FData: T;  | 
FChildren: TTreeNodeList;  | 
public  | 
constructor Create();  | 
destructor Destroy; override;  | 
property Data: T; [rw]  | 
property Children: TTreeNodeList; [r]  | 
end;  | 
| | | 
TObject  |