System.JSON.Builders.TJSONCollectionBuilder.DoBeginArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoBeginArray: TElements;

C++

TElements* __fastcall DoBeginArray();

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONCollectionBuilder


Description

Démarre un tableau JSON.

DoBeginArray et DoBeginObject s'excluent mutuellement.

Voir aussi