System.JSON.Builders.TJSONCollectionBuilder.ParentType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentType: TParentType read GetParentType;

C++

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

Properties

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

Description

Returns the current parent item type.

ParentType returns a TParentType indicating the current parent item type: Elements or Pairs. ParentType returns None when there is no parent item.

See Also