Navigation: Code Documentation > RSCommon > GHashTable > Interfaces
IHashTableOwner Interface
The IHashTableOwner interface defines a simple interface for objects that wish to be informed of the hash table's actions (puts, clear, etc).
Namespace: GHashTable
IInterface GHashTable.IHashTableOwner
Delphi
type IHashTableOwner = interface ['{89ABE037-360D-11D3-A5FD-00C04F8EDA5F}'] end;
Name
Description
ClearHashTable(TObject)
Represents method ClearHashTable(TObject).
HashTableChange(TObject)
Represents method HashTableChange(TObject).
PutValue(TObject,TRSPointerType,TRSPointerType)
Represents method PutValue(TObject,TRSPointerType,TRSPointerType).
RemoveValue(TObject,TRSPointerType)
Represents method RemoveValue(TObject,TRSPointerType).
Top
•TGHashTable
•GHashTable