Language Reference Guide : 4. System Classes : HashTableEntry Class
 
Share this page                  
HashTableEntry Class
The HashTableEntry class enables the persistence and restoration of HashTable subclass objects within a component or application (for example, within TaggedValues). It works in conjunction with HashTable Class methods GetEntries Method and LoadEntries Method.
The HashTableEntry class helps to ensure that the sequence of entries in a cloned object (Duplicate Method) matches that of the original one so that the Find method returns the same (first) object if it contains multiple objects having the same key.
Inherits From
Object Class
Inherited By
None
Attributes
HashValue
Key
Object
Methods
None