Unit 'fpfcmtypes' Package
[Overview][Types][Classes][Index] [#fcl-web]

TJSONPersist.JSONAdd

Declaration

Source position: fpfcmtypes.pp line 129

protected function TJSONPersist.JSONAdd(

  Obj: TJSONObject;

  const aKey: string;

  const aValue: string

):Boolean;

function TJSONPersist.JSONAdd(

  Obj: TJSONObject;

  const aKey: string;

  aValue: TJSONObject

):Boolean;

function TJSONPersist.JSONAdd(

  Obj: TJSONObject;

  const aKey: string;

  aValue: Integer

):Boolean;

function TJSONPersist.JSONAdd(

  Obj: TJSONObject;

  const aKey: string;

  aValue: Int64

):Boolean;

function TJSONPersist.JSONAdd(

  Obj: TJSONObject;

  const aKey: string;

  aValue: Boolean

):Boolean;


Documentation generated on: 2025-07-25