System.JSON.Builders.TJSONCollectionBuilder.TElements.BeginArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BeginArray: TElements; overload; inline;

C++

HIDESBASE TJSONCollectionBuilder::TElements* __fastcall BeginArray()/* overload */;

Properties

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

Description

Starts an array value, and returns an instance of TElements to define the contents of the array value using method chaining.

See Also