[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'fpjson' (#fcl)

TJSONObject.IndexOf

Return index of JSONData instance in object

Declaration

Source position: fpjson.pp line 692

public function TJSONObject.IndexOf(

  Item: TJSONData

):Integer;

Arguments

Item

  

Object instance to search for.

Function result

Index of Obj in the array, or -1.

Description

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.

See also

Clear

  

Clear the object

IndexOfName

  

Return index of name in item list


Documentation generated on: May 14 2021