Returns the value at the specified index.
Namespace: RSGenerics.Collections
Delphi |
public |
Parameters
Index
Type: Integer
Type: TValue
Because this class is a hash table, the location of items already in the table move as other items are added or deleted. You should NOT save the index for later and expect to retrieve the same value. Also, accessing items by index is SLOW if you are not always accessing the next or previous Index. This property is really only intended for looping through all the items in the table. For that purpose, this property is very fast |