Source position: fpfcmtypes.pp line 129
protected function TJSONPersist.JSONAdd( |
Obj: TJSONObject; |
const aKey: string; |
const aValue: string |
):Boolean; |
Obj: TJSONObject; |
const aKey: string; |
aValue: TJSONObject |
):Boolean; |
Obj: TJSONObject; |
const aKey: string; |
aValue: Integer |
):Boolean; |
Obj: TJSONObject; |
const aKey: string; |
aValue: Int64 |
):Boolean; |
Obj: TJSONObject; |
const aKey: string; |
aValue: Boolean |
):Boolean; |