TLinkedObjTree

From Ultibo.org
Jump to: navigation, search

Return to Unit UltiboClasses


Description


To be documented

Class definitions



TLinkedObjTree = class(TLinkedTree)

Note: TLinkedTree with Auto Free of Tree Objects

Linked Tree which Frees all nodes on Destroy

 
constructor Create;  
destructor Destroy; override;  
private
 
protected
procedure ClearListItems(AParent:TTreeObject);  
public
procedure ClearList;  


Function declarations



constructor TLinkedObjTree.Create;
Description: To be documented
Note None documented


destructor TLinkedObjTree.Destroy;
Description: To be documented
Note None documented


procedure TLinkedObjTree.ClearListItems(AParent:TTreeObject);
Description: To be documented
Note None documented


procedure TLinkedObjTree.ClearList;
Description: To be documented
Note None documented


Return to Unit Reference