Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSHashTable<TKey,TValue>
TRSHashTable<TKey,TValue> Properties
Name
Description
Empty
Returns true if the hash table is empty
ItemByIndex[Integer]
Returns the value at the specified index.
Item[TKey]
Retrieve or Set item in hash table
KeyByIndex[Integer]
Returns the key at the specified index.
OnChange
Occurs when the hash table is changed, i.e., items are added or removed.
Write an OnChange event handler to respond to changes in the hash table
Updating
Counts the number of BeginUpdate calls without equivalent EndUpdate calls.
Top