System.JSON.TJSONObject.ParseJSONFragment

De RAD Studio API Documentation
Révision datée du 16 novembre 2018 à 13:35 par BuildBot (discussion | contributions) (Page créée avec « {{#lst:API:System.JSON.TJSONObject.ParseJSONFragment|api}} ==Description== {{#lsth:API:System.JSON.TJSONObject.ParseJSONFragment|Description}} »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

Delphi

class function ParseJSONFragment(const Data: PByte; var Offset: Integer; const ALength: Integer; Options: TJSONParseOptions): TJSONValue; overload; static;
class function ParseJSONFragment(const Data: TArray<Byte>; var Offset: Integer; Options: TJSONParseOptions): TJSONValue; overload; static;
class function ParseJSONFragment(const Data: string; var Offset: Integer; Options: TJSONParseOptions): TJSONValue; overload; static;

C++

static TJSONValue* __fastcall ParseJSONFragment(const System::PByte Data, int &Offset, const int ALength, TJSONParseOptions Options)/* overload */;
static TJSONValue* __fastcall ParseJSONFragment(const System::DynamicArray<System::Byte> Data, int &Offset, TJSONParseOptions Options)/* overload */;
static TJSONValue* __fastcall ParseJSONFragment(const System::UnicodeString Data, int &Offset, TJSONParseOptions Options)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !