Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSStringObjectHashTable<T> > Methods
TRSStringObjectHashTable<T>.Assign(TPersistent) Method
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.
Namespace: RSGenerics.Collections
Delphi
public procedure Assign( Source: TPersistent ); override;
Parameters
Source
Type: TPersistent
TRSStringHashTable<TValue>.Assign(TPersistent)
•TRSStringObjectHashTable<T>
•RSGenerics.Collections