THashLinkedObjList

From Ultibo.org
Revision as of 05:45, 31 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit UltiboClasses __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-colla...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit UltiboClasses


Description


To be documented

Class definitions



THashLinkedObjList = class(THashLinkedList)

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


Function declarations



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


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


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


Return to Unit Reference