THashListObject
From Ultibo.org
Revision as of 05:44, 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...")
Return to Unit UltiboClasses
Description
To be documented
Class definitions
THashListObject = class(TListObject)
Note: A TObject with KeyPrev/KeyNext/KeyHash for use in HashLists | |
private
| |
FKeyPrev:THashListObject;
|
|
FKeyNext:THashListObject;
|
|
protected
| |
FKeyHash:LongWord;
|
Publish in descendants if required |
procedure SetKeyHash(AKeyHash:LongWord);
|
|
public
| |
property KeyList:THashLinkedList read FKeyList write FKeyList;
|
|
property KeyPrev:THashListObject read FKeyPrev write FKeyPrev;
|
|
property KeyNext:THashListObject read FKeyNext write FKeyNext;
|
Function declarations
procedure THashListObject.SetKeyHash(AKeyHash:LongWord);
Description: To be documented
Note | None documented |
---|
Return to Unit Reference