[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Return index of JSONData instance in object
Source position: fpjson.pp line 519
public function TJSONObject.IndexOf( |
Item: TJSONData |
):Integer; |
Item |
|
Object instance to search for. |
Index of Obj in the array, or -1.
IndexOf compares all elements in the object with Obj and returns the index (in the TJSONData.Items property) 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 |
IndexOfName |