Show/Hide Toolbars

RiverSoftAVG Products Help

alert_cautionWarning

Deprecated since Delphi XE4. Please use the RSInterfaceCollections|TIStringHashTable class instead.

The TIStringHashTable class implements and manages a hash table of string-interface associations. It stores interfaces (IUnknown and its descendants) indexed by a string key.

Hash tables provide constant time O(C) search access to any value in the table (using the key) as the table grows (unlike a TList where to search for an item is O(n) (or O(log n) for sorted TStrings). The TIStringHashTable object provides properties and methods to:

Add or delete the interfaces in the table.
 

Locate and access interfaces in the table.
 

Namespace: InterfaceCollections

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb