[Overview][Constants][Types][Classes][Index] |
Find item based on key
Source position: fgl.pp line 325
public function TFPGMap.Find( |
const AKey: TKey; |
out Index: Integer |
):Boolean; |
AKey |
|
Key to search for. |
Index |
|
Index of found key |
True if an exact match for AKey was found.
Find will search the key equal to AKey and return its index in AIndex. The return value of the function is True if an exact match for AKey is found, False otherwise.
The behaviour of Find is undefined if the map is not sorted. For unsorted maps, use IndexOf instead.
|
Find index of a key in the list. |
|
|
Find index of data value in the list. |