System.JSON.Builders.TJSONIterator.ParentType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ParentType: TJsonToken read GetParentType;

C++

__property System::Json::Types::TJsonToken ParentType = {read=GetParentType, nodefault};

プロパティ

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


説明

現在のトークンの親ので、TJsonToken.StartArray または TJsonToken.StartObject です。

イテレータがいずれの深度にもなかった場合、ParentTypeTJsonToken.None となります。

関連項目