Source position: fpjson.pp line 694
public function TJSONObject.Find( |
const AName: string |
):TJSONData; overload; |
const AName: string; |
AType: TJSONtype |
):TJSONData; overload; |
const key: TJSONStringType; |
out AValue: TJSONData |
):Boolean; |
const key: TJSONStringType; |
out AValue: TJSONObject |
):Boolean; |
const key: TJSONStringType; |
out AValue: TJSONArray |
):Boolean; |
const key: TJSONStringType; |
out AValue: TJSONString |
):Boolean; |
const key: TJSONStringType; |
out AValue: TJSONBoolean |
):Boolean; |
const key: TJSONStringType; |
out AValue: TJSONNumber |
):Boolean; |