System.JSON.Builders.TJSONCollectionBuilder.TElements.BeginArray

From RAD Studio API Documentation
Revision as of 13:48, 24 November 2015 by Roxanac (talk | contribs) (English Review, RS-71792)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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