THashLinkedObjList
From Ultibo.org
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