THashStringObject

From Ultibo.org
Revision as of 05:54, 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



THashStringObject = class(TStringObjectEx)

Note: A TObject with Prev/Next/Hash for use in HashStringLists
 
private
FList:THashLinkedStringList;  
FKeyPrev:THashStringObject;  
FKeyNext:THashStringObject;  
 
procedure SetHash(AHash:LongWord);  
protected
procedure SetValue(const AValue:String); override;  
public
property List:THashLinkedStringList read FList write FList;  
property KeyPrev:THashStringObject read FKeyPrev write FKeyPrev;  
property KeyNext:THashStringObject read FKeyNext write FKeyNext;  


Function declarations



procedure THashStringObject.SetHash(AHash:LongWord);
Description: To be documented
Note None documented


procedure THashStringObject.SetValue(const AValue:String);
Description: To be documented
Note None documented


Return to Unit Reference