System.JSON.Builders.TJSONCollectionBuilder.ParentType

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

Delphi

property ParentType: TParentType read GetParentType;

C++

__property TParentType ParentType = {read=GetParentType, nodefault};

プロパティ

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


説明

現在の親項目型を返します。

ParentType は、現在の親項目型を示す TParentType を返します: ElementsPairs ParentType は、親項目がない場合には、None を返します。

関連項目