System.JSON.Builders.TJSONCollectionBuilder.TPairs.BeginArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BeginArray(const AKey: string): TElements; overload; inline;

C++

HIDESBASE TJSONCollectionBuilder::TElements* __fastcall BeginArray(const System::UnicodeString AKey)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TPairs

Description

Adds the specified key to the JSON object, and starts an array value associated with that key. It returns an instance of TElements to define the contents of the array value using method chaining.

See Also