Difference between revisions of "THashLinkedObjTree"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit UltiboClasses __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-colla...")
 
(No difference)

Latest revision as of 05:47, 31 May 2018

Return to Unit UltiboClasses


Description


To be documented

Class definitions



THashLinkedObjTree = class(THashLinkedTree)

Note: THashLinkedTree with Auto Free of List Objects
 
constructor Create(AKeyBits:Byte);  
destructor Destroy; override;  
private
procedure ClearListItems(AParent:THashTreeObject);  
public
procedure ClearList;  


Function declarations



constructor THashLinkedObjTree.Create(AKeyBits:Byte);
Description: To be documented
Note None documented


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


procedure THashLinkedObjTree.ClearListItems(AParent:THashTreeObject);
Description: To be documented
Note None documented


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


Return to Unit Reference