[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Return the index of the data pointer
Source position: contnrs.pp line 250
public function TFPHashList.IndexOf( |
Item: Pointer |
):Integer; |
Item |
|
Data pointer to search for. |
Index of Item in the list.
IndexOf returns the index of the first occurrence of pointer Item. If the item is not in the list, -1 is returned.
The performed search is linear, and not very efficient.
|
Return the hash valye of an item by index |
|
|
Returns the key name of an item by index |
|
|
Find data associated with key |
|
|
Return index of named item. |
|
|
Find first element with given name and hash value |