Abstract base class for hashing algorithm ancestor classes.
TIdHash = class(TIdBaseObject);
TIdHash is a TObject descendant and the abstract ancestor for classes that implement a specific hashing algorithm to calculate a hash value of a specific size.
TIdHash is an abstract ancestor class that does not have any properties, methods, or events.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|