Unit 'fpjson' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-json]

TJSONObject.Find

Declaration

Source position: fpjson.pp line 694

public function TJSONObject.Find(

  const AName: string

):TJSONData; overload;

function TJSONObject.Find(

  const AName: string;

  AType: TJSONtype

):TJSONData; overload;

function TJSONObject.Find(

  const key: TJSONStringType;

  out AValue: TJSONData

):Boolean;

function TJSONObject.Find(

  const key: TJSONStringType;

  out AValue: TJSONObject

):Boolean;

function TJSONObject.Find(

  const key: TJSONStringType;

  out AValue: TJSONArray

):Boolean;

function TJSONObject.Find(

  const key: TJSONStringType;

  out AValue: TJSONString

):Boolean;

function TJSONObject.Find(

  const key: TJSONStringType;

  out AValue: TJSONBoolean

):Boolean;

function TJSONObject.Find(

  const key: TJSONStringType;

  out AValue: TJSONNumber

):Boolean;


Documentation generated on: 2023-03-18