System.JSON.Builders.TJSONCollectionBuilder.ParentObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentObject: TPairs read GetParentObject;

C++

__property TPairs* ParentObject = {read=GetParentObject};

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 object builder.

ParentObject returns a TPairs with the current parent object builder if there is one; otherwise an EJSONCollectionBuilderError exception is raised.

See Also