THashStringObject

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