[Overview][Constants][Types][Classes][Index] |
Find index of data value in the list.
Source position: fgl.pp line 329
public function TFPGMap.IndexOfData( |
const AData: TData |
):Integer; |
AData |
|
Data value to search |
Index of AData in the list, -1 if not present.
IndexOfData returns the index of AData in the list, or -1 if the data was not found in the list.
None.
|
Find item based on key |
|
|
Find index of a key in the list. |