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

TJSONObject.Add

Declaration

Source position: fpjson.pp line 716

public function TJSONObject.Add(

  const AName: TJSONStringType;

  AValue: TJSONData

):Integer; overload;

function TJSONObject.Add(

  const AName: TJSONStringType;

  AValue: Boolean

):Integer; overload;

function TJSONObject.Add(

  const AName: TJSONStringType;

  AValue: TJSONFloat

):Integer; overload;

function TJSONObject.Add(

  const AName: TJSONStringType;

  const AValue: TJSONStringType

):Integer; overload;

function TJSONObject.Add(

  const AName: string;

  AValue: TJSONUnicodeStringType

):Integer; overload;

function TJSONObject.Add(

  const AName: TJSONStringType;

  Avalue: Int64

):Integer; overload;

function TJSONObject.Add(

  const AName: TJSONStringType;

  Avalue: QWord

):Integer; overload;

function TJSONObject.Add(

  const AName: TJSONStringType;

  Avalue: Integer

):Integer; overload;

function TJSONObject.Add(

  const AName: TJSONStringType

):Integer; overload;

function TJSONObject.Add(

  const AName: TJSONStringType;

  AValue: TJSONArray

):Integer; overload;


Documentation generated on: 2023-03-18