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.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |