Data.DBXJSONCommon.TDBXJSONTools.JSONToStream

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function JSONToStream(const Data: TJSONArray): TStream; static;

C++

static System::Classes::TStream* __fastcall JSONToStream(System::Json::TJSONArray* const Data);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.DBXJSONCommon.pas
Data.DBXJSONCommon.hpp
Data.DBXJSONCommon TDBXJSONTools


Description

Crée un flux DBX à partir d'un équivalent JSON.

La méthode JSONToStream crée le flux DBX équivalent à un tableau d'entiers JSON.

Voir aussi