System.JSON.Builders.TJSONCollectionBuilder.ParentArray

提供:RAD Studio API Documentation

Delphi

property ParentArray: TElements read GetParentArray;

C++

__property TElements* ParentArray = {read=GetParentArray};

プロパティ

種類 可視性 ソース ユニット
property public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONCollectionBuilder


説明

現在の親配列ビルダへの参照を返します。

ParentArray は、現在の親配列ビルダの TElements を返します(もしあれば)。そうでなければ、EJSONCollectionBuilderError 例外が発生します。

関連項目