System.JSON.Builders.TJSONIterator.ParentType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentType: TJsonToken read GetParentType;

C++

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

Properties

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

Description

Type of the parent of the current token, either TJsonToken.StartArray or TJsonToken.StartObject.

If the iterator is not in any depth, ParentType is TJsonToken.None.

See Also