Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSStringObjectHashTable<T>
TRSStringObjectHashTable<T> Methods
Name
Description
Assign(TPersistent)
Copies the input Source to the hashtable. If the Source is a TStrings object, the strings and objects are copied from the TStrings into the hash table. (Overrides RSGenerics.Collections.TRSStringHashTable<TValue>.Assign(TPersistent).)
AssignTo(TPersistent)
Represents method AssignTo(TPersistent). (Overrides RSGenerics.Collections.TRSStringHashTable<TValue>.AssignTo(TPersistent).)
Elements
Returns an iterator for all the object values in the hash table.
Top