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

TJSONArray.Add

Declaration

Source position: fpjson.pp line 541

public function TJSONArray.Add(

  Item: TJSONData

):Integer;

function TJSONArray.Add(

  I: Integer

):Integer;

function TJSONArray.Add(

  I: Int64

):Int64;

function TJSONArray.Add(

  I: QWord

):QWord;

function TJSONArray.Add(

  const S: UnicodeString

):Integer;

function TJSONArray.Add(

  const S: string

):Integer;

function TJSONArray.Add: Integer;

function TJSONArray.Add(

  F: TJSONFloat

):Integer;

function TJSONArray.Add(

  B: Boolean

):Integer;

function TJSONArray.Add(

  AnArray: TJSONArray

):Integer;

function TJSONArray.Add(

  AnObject: TJSONObject

):Integer;


Documentation generated on: 2023-03-18