Index of data item AData.
Source position: fgl.pp line 279
| public function TFPSMap.IndexOfData( | 
| AData: Pointer | 
| ):Integer; | 
| AData | 
 | Data item to search for. | 
Index of AData in the Data.
IndexOfData returns the index of the element with data pointed to by AData. It returns -1 if the data item was not found. The search is always performed using a linear search.
| 
 | Find data using the associated key. | |
| 
 | Index of key pointed to by AKey. | |
| 
 | Indexed access to the locations of all keys. | |
| 
 | Indexed access to the locations of all data items. |