System.JSON.Builders.TJSONCollectionBuilder.ParentArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentArray: TElements read GetParentArray;

C++

__property TElements* ParentArray = {read=GetParentArray};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONCollectionBuilder

Description

Returns a reference to the current parent array builder.

ParentArray returns a TElements with the current parent array builder if there is one; otherwise an EJSONCollectionBuilderError exception is raised.

See Also