[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Return index of JSONData instance in array
Source position: fpjson.pp line 400
public function TJSONArray.IndexOf( |
obj: TJSONData |
):Integer; |
obj |
|
Object instance to search for. |
Index of Obj in the array, or -1.
IndexOf compares all elements in the array with Obj and returns the index of the element instance that equals Obj. The actual instances are compared, not the JSON value. If none of the elements match, the function returns -1.
Clear |